Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Re: Two questions



Bart Schaefer wrote:

> On Apr 6, 10:39am, Sven Wischnowsky wrote:
>
> ...
>
> } 2) make distclean fails for me because it calls distclean twice in the 
> }    Test directory -- and then the second one has no Makefile and I end 
> }    up with the main directory un-cleaned.
> }    This can be fixed by removing:
> } 
> } 	@cd Test && $(MAKE) $(MAKEDEFS) $@
> 
> You're right, that should have been removed when Test was added to SUBDIRS.

...

Bye
 Sven

Index: Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Makefile.in,v
retrieving revision 1.2
diff -u -r1.2 Makefile.in
--- Makefile.in	2000/04/05 08:54:04	1.2
+++ Makefile.in	2000/04/06 11:42:55
@@ -105,7 +105,6 @@
 distclean-here:
 	@cd Completion && $(MAKE) $(MAKEDEFS) $@
 	@cd Functions && $(MAKE) $(MAKEDEFS) $@
-	@cd Test && $(MAKE) $(MAKEDEFS) $@
 	rm -f Makefile config.h config.status config.log config.cache stamp-h Config/defs.mk
 
 realclean-here:

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author