Skip to content

Commit

Permalink
Use gmake to build CEDET on BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Pearce committed May 20, 2012
1 parent c1f2a93 commit 6a44886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/cedet.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:type bzr
:url "bzr://cedet.bzr.sourceforge.net/bzrroot/cedet/code/trunk"
:build ("touch `find . -name Makefile`" "make")
:build/berkeley-unix ("touch `find . -name Makefile`" "gmake")
:build/windows-nt ("echo #!/bin/sh > tmp.sh & echo touch `/usr/bin/find . -name Makefile` >> tmp.sh & echo make FIND=/usr/bin/find >> tmp.sh"
"sed 's/^M$//' tmp.sh > tmp2.sh"
"sh ./tmp2.sh" "rm ./tmp.sh ./tmp2.sh")
Expand Down

0 comments on commit 6a44886

Please sign in to comment.