Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Couldn't Build 3.1.6 on Nextstep 3.3 m68k System
- X-seq: zsh-workers 7339
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: Couldn't Build 3.1.6 on Nextstep 3.3 m68k System
- Date: Mon, 02 Aug 1999 09:51:45 +0200
- In-reply-to: "Irving_Wolfe@xxxxxxxxxxxxx"'s message of "Sun, 01 Aug 1999 23:52:17 DFT." <19990801235217.J13052@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Irving_Wolfe@xxxxxxxxxxxxx wrote:
> makeinfo ./zsh.texi; exit 0
> Making info file `zsh.info' from `./zsh.texi'.
> ./zsh.texi:19: Unknown info command `dircategory'.
> ./zsh.texi:20: Unknown info command `direntry'.
> ./zsh.texi:23: Bad argument to `end', `direntry', using `ifinfo'.
> ./zsh.texi:23: Unmatched `@end'.
> *** Exit 2
> *** `zsh.info' removed
> Stop.
> *** Exit 1
>
> If there is anything after that info step,
> I wonder if it should fail more gracefully,
> since even FSF's efforts haven't gotten me
> to read info files very often.
...and the info files aren't installed by default, either. But that's
presumably the reason why the `exit 0' was added. Why is it being
interpreted as `exit 2'? Is make working too hard and intercepting the
intermediate exit status? Should that be `makeinfo ./zsh.texi || exit 0'?
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author