el-get/recipes/cedet.el
Nodir Gulyamov 2465cef4dc Fixed the following recipes for building in windows (requires cygwin bin in PATH):
- cedet.el
  - dvc.el
  - emacs-w3m.el
  - geiser.el
2011-03-15 03:41:31 +08:00

9 lines
401 B
EmacsLisp

(:name cedet
:type bzr
:url "bzr://cedet.bzr.sourceforge.net/bzrroot/cedet/code/trunk"
:build ("touch `find . -name Makefile`" "make")
: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")
:load-path ("./common"))