Use gmake to build CEDET on BSD

This commit is contained in:
Alan Pearce 2012-05-20 18:06:30 +01:00
parent c1f2a935f4
commit 6a448862c7

View File

@ -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")