zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ibmth.df.unipi.it>
To: "ZSH workers mailing list" <zsh-workers@sunsite.auc.dk>
Subject: Re: zsh-3.1.5-pws-9: make fails without yodl
Date: Tue, 23 Feb 1999 11:06:37 +0100	[thread overview]
Message-ID: <9902231006.AA63760@ibmth.df.unipi.it> (raw)
In-Reply-To: ""Andrej Borsenkow""'s message of "Tue, 23 Feb 1999 13:05:58 NFT." <001701be5f14$1bf2e380$21c9ca95@mowp.siemens.ru>

"Andrej Borsenkow" wrote:
> Just found, when compiling zsh on brand new system:
> 
> gmake[1]: Entering directory `/SAM/home/bor/src/zsh-3.1.5-pws-9/Doc'
> case zsh.1 in \
>   */*) target=zsh.1 ;; \
>   *) target=./zsh.1 ;; \
> esac; \
> : -o $target -I. -w zman.yo version.yo zsh.yo || exit 1; \
> test -f $target
> gmake[1]: *** [zsh.1] Error 1
> gmake[1]: Leaving directory `/SAM/home/bor/src/zsh-3.1.5-pws-9/Doc'
> gmake: *** [all] Error 1

The problem is not so much the behaviour as the error handling:  the `:'
would be yodl if that was available, and since it's not the target is never
going to be built.  The question is whether it should retreat silently,
i.e. there should be a `-' somewhere.  Maybe the best thing to do is get
the rules to check whether $(YODL) is really yodl, and if not, stop?

You can supposedly avoid it by untarring up-to-date documentation on top of
the source, if I've got the dates right.

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


  reply	other threads:[~1999-02-23 10:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-23 10:05 Andrej Borsenkow
1999-02-23 10:06 ` Peter Stephenson [this message]
1999-02-23 10:27 Sven Wischnowsky

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=9902231006.AA63760@ibmth.df.unipi.it \
    --to=pws@ibmth.df.unipi.it \
    --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).