From: Andrew Innes <andrewi@gnu.org>
Date: Wed, 24 Jan 2001 12:31:07 +0000 (+0000)
Subject: (cleanall-other-dirs-nmake):
X-Git-Tag: emacs-pretest-21.0.96~133
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=daae70def35f936b560acfb382555339bb98259b;p=emacs.git

(cleanall-other-dirs-nmake):
(cleanall-other-dirs-gmake): New targets.
(cleanall): Invoke them.
---

diff --git a/nt/ChangeLog b/nt/ChangeLog
index 443f688b2ce..d14531a5bfb 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -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
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 7869a8f620e..01862ade8f3 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -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