]> git.eshelyaron.com Git - emacs.git/commitdiff
(recompile): New target to recompile lisp
authorAndrew Innes <andrewi@gnu.org>
Tue, 17 Oct 2000 09:13:06 +0000 (09:13 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 17 Oct 2000 09:13:06 +0000 (09:13 +0000)
directory.
(recompile-CMD, recompile-SH): New support targets.

nt/ChangeLog
nt/makefile.w32-in

index a8d4d1414a24c47847bf9d18b3cdae1526fde4b6..331f316d924d592933995891e8711517e98030e1 100644 (file)
@@ -1,3 +1,9 @@
+2000-10-17  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (recompile): New target to recompile lisp
+       directory.
+       (recompile-CMD, recompile-SH): New support targets.
+
 2000-09-24  Jason Rumney  <jasonr@gnu.org>
 
        * config.nt (NO_RETURN): Define it.
index 8afa10fa62bfe0eeea2262ce14423eea31ce833b..7106f7a41f91db9854888e7c0d3aaec2db533d74 100644 (file)
@@ -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: