diff nt/makefile.w32-in @ 32568:9add78d15256

(recompile): New target to recompile lisp directory. (recompile-CMD, recompile-SH): New support targets.
author Andrew Innes <andrewi@gnu.org>
date Tue, 17 Oct 2000 09:12:49 +0000
parents 011566e20a32
children 03059a61bb11
line wrap: on
line diff
--- a/nt/makefile.w32-in	Tue Oct 17 07:48:48 2000 +0000
+++ b/nt/makefile.w32-in	Tue Oct 17 09:12:49 2000 +0000
@@ -86,6 +86,16 @@
 	$(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: