]> git.eshelyaron.com Git - emacs.git/commitdiff
(LOADPATH): Add speedbar. (EMACSFLAGS): New variable (Lisp): Use above.
authorzappo <zappo@users.sourceforge.net>
Tue, 24 Feb 2009 01:36:35 +0000 (01:36 +0000)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:47:55 +0000 (17:47 +0200)
test/manual/cedet/Makefile

index 3520eed2ec36763553a03c7c0d7b3d1cc1db9ede..edc92bb1a293f8b49c694b09a30666d23c98e39c 100644 (file)
@@ -11,7 +11,8 @@ ede_FILES=Project.ede Makefile
 
 Lisp_LISP=cedet-integ-test.el cit-cpp.el cit-el.el cit-texi.el cit-load.el cit-srec.el cit-gnustep.el
 EMACS=emacs
-LOADPATH= ../contrib/ ../ede/ ../srecode/ ../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/
+EMACSFLAGS=-batch --no-site-file
+LOADPATH= ../speedbar/ ../contrib/ ../ede/ ../srecode/ ../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/
 templates_MISC=cit-extra-cpp.srt
 scripts_MISC=cit-test.sh
 Misc_MISC=README
@@ -29,7 +30,7 @@ Lisp: $(Lisp_LISP)
           echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
        done;
        @echo "(setq debug-on-error t)" >> $@-compile-script
-       "$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^
+       "$(EMACS)" $(EMACSFLAGS) -l $@-compile-script -f batch-byte-compile $^
 
 templates:
        @