# HG changeset patch # User Andrew Innes # Date 971773969 0 # Node ID 9add78d15256a4dc6d567f52d245242b4a7c43e1 # Parent 8ae454382664e836d8097ae90776846f6afd2fd8 (recompile): New target to recompile lisp directory. (recompile-CMD, recompile-SH): New support targets. diff -r 8ae454382664 -r 9add78d15256 nt/makefile.w32-in --- 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: