(recompile): New target to recompile lisp

directory.
(recompile-CMD, recompile-SH): New support targets.
This commit is contained in:
Andrew Innes 2000-10-17 09:13:06 +00:00
parent 4ad6e379ed
commit f7e383f095
2 changed files with 16 additions and 0 deletions

View 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.

View 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: