Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Etc/ not included in default make target
- X-seq: zsh-workers 9660
- From: Adam Spiers <adam@xxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Etc/ not included in default make target
- Date: Thu, 10 Feb 2000 14:22:03 +0000
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
Here's another make-related problem (for me at least). I didn't
notice it before because Etc/FAQ already existed (I think).
AFAICS, a normal make with no target doesn't descend into Etc/. This
only means that FAQ doesn't get built from FAQ.yo, but I would like it
to be, so that FAQ can be included in my rpm builds. Is this OK?
Index: Makefile.in
===================================================================
RCS file: /projects/zsh/zsh/Makefile.in,v
retrieving revision 1.1.1.18
diff -u -r1.1.1.18 Makefile.in
--- Makefile.in 2000/01/28 08:10:58 1.1.1.18
+++ Makefile.in 2000/02/10 13:44:45
@@ -42,7 +42,7 @@
# default target
all: config.h
- @for subdir in Src Doc; do \
+ @for subdir in Src Doc Etc; do \
(cd $$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \
done
Messages sorted by:
Reverse Date,
Date,
Thread,
Author