directory.
(recompile-CMD, recompile-SH): New support targets.
+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.
$(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: