Re: makefile

2004-07-20 Thread Ed Mooney
Hi Paul, I recommend: if echo $(EMACS) | grep -w xemacs ; \ This works for me with Cygwin (Cygnus?) make on Windows XP. -- Ed Paul Kinnucan wrote: Ed Mooney writes: jde-2.3.4beta5/lisp/makefile fails for me like this under /usr/ccs/bin/make on Solaris 9: [EMAIL PROTECTED] make

makefile

2004-07-19 Thread Ed Mooney
jde-2.3.4beta5/lisp/makefile fails for me like this under /usr/ccs/bin/make on Solaris 9: [EMAIL PROTECTED] make test -d ../../cedet-1.0beta2b -a -d ../../elib rm -f *.elc jde-compile-script-init echo (add-to-list 'load-path \.\) jde-compile-script-init echo (add-to-list

Re: jde-make, bash and makefile

2002-03-14 Thread Heini Aarela
Guy, Your bash setup for emacs looks way too complicated. This is what I have in my .emacs (copied it from somewhere), and also this seems to me a bit too long: ;; Setup Emacs to run bash as its primary shell. (setq explicit-shell-file-name c:/apps/cygwin/bin/bash) (setq shell-file-name