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

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

On Feb 10,  2:22pm, Adam Spiers wrote:
} Subject: Etc/ not included in default make target
}
} 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?

It's a problem because the standard zsh distributions include the FAQ
already compiled from its yodl source (as with all the other yodl'd
files).  We don't want it rebuilt in that case, as we don't depend on
yodl being available.

You can always add an explicit rule to the RPM .spec file to build it.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ 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).