From daae70def35f936b560acfb382555339bb98259b Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Wed, 24 Jan 2001 12:31:07 +0000 Subject: [PATCH] (cleanall-other-dirs-nmake): (cleanall-other-dirs-gmake): New targets. (cleanall): Invoke them. --- nt/ChangeLog | 6 ++++++ nt/makefile.w32-in | 13 ++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) 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 + + * makefile.w32-in (cleanall-other-dirs-nmake): + (cleanall-other-dirs-gmake): New targets. + (cleanall): Invoke them. + 2001-01-19 Andrew Innes * 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 -- 2.39.2