From: Andrew Innes Date: Tue, 17 Oct 2000 09:13:06 +0000 (+0000) Subject: (recompile): New target to recompile lisp X-Git-Tag: emacs-pretest-21.0.90~813 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7e383f09531290e81c5478f0b52295c402430c0;p=emacs.git (recompile): New target to recompile lisp directory. (recompile-CMD, recompile-SH): New support targets. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index a8d4d1414a2..331f316d924 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,9 @@ +2000-10-17 Andrew Innes + + * makefile.w32-in (recompile): New target to recompile lisp + directory. + (recompile-CMD, recompile-SH): New support targets. + 2000-09-24 Jason Rumney * config.nt (NO_RETURN): Define it. diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 8afa10fa62b..7106f7a41f9 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -86,6 +86,16 @@ all-other-dirs-SH: $(MAKE) $(MFLAGS) -C ../lisp all $(MAKE) $(MFLAGS) -C ../leim all +recompile: recompile-$(SHELLTYPE) + +recompile-CMD: + cd ..\lisp + $(MAKE) $(MFLAGS) recompile + cd ..\nt + +recompile-SH: + $(MAKE) $(MFLAGS) -C ../lisp recompile + bootstrap: $(BLD) $(ALL) bootstrap-$(SHELLTYPE) bootstrap-CMD: