mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(cleanall-other-dirs-nmake):
(cleanall-other-dirs-gmake): New targets. (cleanall): Invoke them.
This commit is contained in:
parent
d56aaa640e
commit
daae70def3
2 changed files with 18 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue