Mercurial > emacs
changeset 35502:b74a256555ac
(cleanall-other-dirs-nmake):
(cleanall-other-dirs-gmake): New targets.
(cleanall): Invoke them.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Wed, 24 Jan 2001 12:30:54 +0000 |
parents | 5009a7acb767 |
children | dc575312bb6f |
files | nt/makefile.w32-in |
diffstat | 1 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.w32-in Wed Jan 24 11:48:19 2001 +0000 +++ b/nt/makefile.w32-in Wed Jan 24 12:30:54 2001 +0000 @@ -196,7 +196,18 @@ $(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