Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: since 4.3.4, artifact-appearance at prompt
- X-seq: zsh-workers 24061
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: since 4.3.4, artifact-appearance at prompt
- Date: Mon, 05 Nov 2007 07:28:09 -0800
- In-reply-to: <071105071630.ZM24334@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20071103234335.GB10499@xxxxxxxxx> <071103183038.ZM8388@xxxxxxxxxxxxxxxxxxxxxx> <20071104034810.GA3923@xxxxxxxxx> <20071104070008.15348.qmail@xxxxxxxxxxx> <071104094803.ZM22628@xxxxxxxxxxxxxxxxxxxxxx> <20071104221621.GB28076@xxxxxxxxx> <071104154839.ZM22918@xxxxxxxxxxxxxxxxxxxxxx> <20071105060131.GA13596@xxxxxxxxx> <071105071630.ZM24334@xxxxxxxxxxxxxxxxxxxxxx>
On Nov 5, 7:16am, Bart Schaefer wrote:
}
} Hrm. Why doesn't the top-level "make" invoke "make FAQ"?
What I meant by that:
schaefer[539] make FAQ
make: *** No rule to make target `FAQ'.
schaefer[540] make Etc/FAQ
make: Nothing to be done for `../zsh-4.3/Etc/FAQ'.
schaefer[541] (cd Etc
subsh> make FAQ)
cd .. && \
/bin/sh ./config.status `echo Etc/Makefile | sed 's%^./%%'`
config.status: creating Etc/Makefile
cd ../../zsh-4.3/Etc && yodl2txt FAQ.yo && mv -f FAQ.txt FAQ
Yodl2txt 1.31.18
Yodl is processing a(n) report
Running post-processor /usr/local/bin/yodl2txt-post..
schaefer[542]
This is differs significantly from, for example, "make info" which
happily descends into Doc/ and builds everything.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author