mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(cleanall-other-dirs-nmake):
(cleanall-other-dirs-gmake): New targets. (cleanall): Invoke them.
This commit is contained in:
parent
d56aaa640e
commit
daae70def3
@ -1,3 +1,9 @@
|
||||
2001-01-24 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* makefile.w32-in (cleanall-other-dirs-nmake):
|
||||
(cleanall-other-dirs-gmake): New targets.
|
||||
(cleanall): Invoke them.
|
||||
|
||||
2001-01-19 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* addpm.c (env_vars): Add a version-independent site-lisp
|
||||
|
@ -196,7 +196,18 @@ clean-other-dirs-gmake:
|
||||
$(MAKE) $(MFLAGS) -C ../lisp clean
|
||||
$(MAKE) $(MFLAGS) -C ../leim clean
|
||||
|
||||
cleanall: clean
|
||||
cleanall-other-dirs-nmake:
|
||||
cd ..\lib-src
|
||||
$(MAKE) $(MFLAGS) cleanall
|
||||
cd ..\src
|
||||
$(MAKE) $(MFLAGS) cleanall
|
||||
cd ..\nt
|
||||
|
||||
cleanall-other-dirs-gmake:
|
||||
$(MAKE) $(MFLAGS) -C ../lib-src cleanall
|
||||
$(MAKE) $(MFLAGS) -C ../src cleanall
|
||||
|
||||
cleanall: clean cleanall-other-dirs-$(MAKETYPE)
|
||||
- $(DEL_TREE) obj
|
||||
- $(DEL_TREE) obj-spd
|
||||
- $(DEL_TREE) oo
|
||||
|
Loading…
Reference in New Issue
Block a user