zsh-workers
 help / color / mirror / code / Atom feed
* Etc/ not included in default make target
@ 2000-02-10 14:22 Adam Spiers
  2000-02-10 17:12 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Spiers @ 2000-02-10 14:22 UTC (permalink / raw)
  To: zsh workers mailing list

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
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-02-10 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-10 14:22 Etc/ not included in default make target Adam Spiers
2000-02-10 17:12 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).