zsh-workers
 help / color / mirror / code / Atom feed
From: Adam Spiers <adam@spiers.net>
To: zsh workers mailing list <zsh-workers@sunsite.auc.dk>
Subject: Etc/ not included in default make target
Date: Thu, 10 Feb 2000 14:22:03 +0000	[thread overview]
Message-ID: <20000210142203.A13024@thelonious.new.ox.ac.uk> (raw)

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
 


             reply	other threads:[~2000-02-10 14:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-10 14:22 Adam Spiers [this message]
2000-02-10 17:12 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000210142203.A13024@thelonious.new.ox.ac.uk \
    --to=adam@spiers.net \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).