zsh-workers
 help / color / mirror / code / Atom feed
* zsh-3.1.5-pws-9: make fails without yodl
@ 1999-02-23 10:05 Andrej Borsenkow
  1999-02-23 10:06 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Andrej Borsenkow @ 1999-02-23 10:05 UTC (permalink / raw)
  To: ZSH workers mailing list

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

/andrej


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: zsh-3.1.5-pws-9: make fails without yodl
  1999-02-23 10:05 zsh-3.1.5-pws-9: make fails without yodl Andrej Borsenkow
@ 1999-02-23 10:06 ` Peter Stephenson
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Stephenson @ 1999-02-23 10:06 UTC (permalink / raw)
  To: ZSH workers mailing list

"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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: zsh-3.1.5-pws-9: make fails without yodl
@ 1999-02-23 10:27 Sven Wischnowsky
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Wischnowsky @ 1999-02-23 10:27 UTC (permalink / raw)
  To: zsh-workers


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

That's documented in patchlist.txt for pws-3.

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-02-23 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-23 10:05 zsh-3.1.5-pws-9: make fails without yodl Andrej Borsenkow
1999-02-23 10:06 ` Peter Stephenson
1999-02-23 10:27 Sven Wischnowsky

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