changeset 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 8ae454382664
children 7075cbfa4c73
files nt/makefile.w32-in
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
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: