(recompile): New target to recompile lisp
directory. (recompile-CMD, recompile-SH): New support targets.
This commit is contained in:
parent
4ad6e379ed
commit
f7e383f095
2 changed files with 16 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue