update mk

This commit is contained in:
Kai Tetzlaff 2012-07-30 21:21:21 +02:00
parent 52226a4cbc
commit 07816163d5
2 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@ CEDET_HOME := $(subst /cygdrive/d,,$(LISP_DIR)/cedet)
# #########################################################################
# general pattern rules
# #########################################################################
%/elisp-all:
$(MAKE) -C $* $(@F)
%.elc : %.el
$(EMACS) -batch -q -no-site-file\
$(addprefix -L ,$(LOAD_PATH))\

2
vcs.mk
View File

@ -101,7 +101,7 @@ $1/CVS:
@echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@echo +++ Creating[cvs]: $(SHQ)'$1$(SHQ)' from $(SHQ)'$2$(SHQ)'
@echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
$(TEST) ! -d $1 || $(RD) $(subst /,$(DIRSEP),$1)
$(TEST) ! -d $1/CVS || $(RD) $(subst /,$(DIRSEP),$1)
cd $(subst /,$(DIRSEP),$(dir $1)) && $(CVS) -z3 -d $2 co $(notdir $1)
up-$1: