Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Re: Two questions
- X-seq: zsh-workers 10543
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: Re: Two questions
- Date: Thu, 6 Apr 2000 13:44:11 +0200 (MET DST)
- In-reply-to: "Bart Schaefer"'s message of Thu, 6 Apr 2000 09:55:30 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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