zsh-workers
 help / color / mirror / code / Atom feed
* duplicate targets in Makefile rule
@ 2000-02-09 23:58 Adam Spiers
  2000-02-10  9:57 ` Zefram
  0 siblings, 1 reply; 13+ messages in thread
From: Adam Spiers @ 2000-02-09 23:58 UTC (permalink / raw)
  To: zsh workers mailing list

I'm puzzled by the following on line 85 of Doc/Makefile.in:

zsh.texi $(sdir)/zsh.texi:
         case $@ in \
           */*) target=$@ ;; \
             *) target=$(sdir)/$@ ;; \
             esac; \
             $(YODL) -o $$target -I$(sdir) -w ztexi.yo version.yo
         zsh.yo; \
         test -f $$target

When is sdir not `.'?  And when it is, make barfs with things like:

make[1]: Entering directory `/mnt/hda7/usr_src/redhat/BUILD/zsh-3.1.6/Doc'
Makefile:217: target `zsh.texi' given more than once in the same rule.
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/mnt/hda7/usr_src/redhat/BUILD/zsh-3.1.6/Doc'


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

end of thread, other threads:[~2000-02-21 10:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-09 23:58 duplicate targets in Makefile rule Adam Spiers
2000-02-10  9:57 ` Zefram
2000-02-10 13:37   ` Adam Spiers
2000-02-10 13:54     ` Andrej Borsenkow
2000-02-10 14:23       ` Adam Spiers
2000-02-10 14:31         ` Zefram
2000-02-10 15:36           ` PATCH: " Adam Spiers
2000-02-10 15:43             ` Zefram
2000-02-10 17:03               ` Adam Spiers
2000-02-10 17:11                 ` Zefram
2000-02-21  2:12                   ` Adam Spiers
2000-02-21 10:07                     ` Zefram
2000-02-21 10:39                       ` Adam Spiers

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