zsh-workers
 help / color / mirror / code / Atom feed
* No rules to make zsh.mdh
@ 1999-12-19 11:26 Andrej Borsenkow
  1999-12-19 11:41 ` Andrej Borsenkow
  0 siblings, 1 reply; 2+ messages in thread
From: Andrej Borsenkow @ 1999-12-19 11:26 UTC (permalink / raw)
  To: ZSH workers mailing list

After applying all post-pws-12 patches I get:

...
gmake[4]: Entering directory `/tools/src/zsh-3.1.6-pws-12/Src/Modules'
gmake[4]: Leaving directory `/tools/src/zsh-3.1.6-pws-12/Src/Modules'
Updated `zftp.mdh'.
echo 'timestamp for zftp.mdh against zftp.mdd' > zftp.mdhs
nawk -f ../../Src/makepro.awk zftp.c Src/Modules > zftp.syms
sed -n '/^E/{s/^E//;p;}' < zftp.syms > zftp.epro
sed -n '/^L/{s/^L//;p;}' < zftp.syms > `echo zftp.epro | sed 's/\.epro$/.pro/'`
gmake[4]: Entering directory `/tools/src/zsh-3.1.6-pws-12/Src/Modules'
gmake[4]: Leaving directory `/tools/src/zsh-3.1.6-pws-12/Src/Modules'
Updated `zftp.mdh'.
gmake[4]: Entering directory `/tools/src/zsh-3.1.6-pws-12'
gmake[4]: *** No rule to make target `zsh.mdh'.  Stop.
gmake[4]: Leaving directory `/tools/src/zsh-3.1.6-pws-12'
gmake[3]: *** [../..//zsh.mdh] Error 2
gmake[3]: Leaving directory `/tools/src/zsh-3.1.6-pws-12/Src/Modules'
gmake[2]: *** [headers] Error 1
gmake[2]: Leaving directory `/tools/src/zsh-3.1.6-pws-12/Src'
gmake[1]: *** [headers] Error 2
gmake[1]: Leaving directory `/tools/src/zsh-3.1.6-pws-12/Src'
gmake: *** [all] Error 1
bor@itsrm2% 


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

* RE: No rules to make zsh.mdh
  1999-12-19 11:26 No rules to make zsh.mdh Andrej Borsenkow
@ 1999-12-19 11:41 ` Andrej Borsenkow
  0 siblings, 0 replies; 2+ messages in thread
From: Andrej Borsenkow @ 1999-12-19 11:41 UTC (permalink / raw)
  To: Andrej Borsenkow, ZSH workers mailing list

> gmake[4]: Entering directory `/tools/src/zsh-3.1.6-pws-12/Src/Modules'
> gmake[4]: Leaving directory `/tools/src/zsh-3.1.6-pws-12/Src/Modules'
> Updated `zftp.mdh'.
> gmake[4]: Entering directory `/tools/src/zsh-3.1.6-pws-12'
> gmake[4]: *** No rule to make target `zsh.mdh'.  Stop.

Hmm ... in Src/Modules/Makefile:

dir_top = ../..
...
$(dir_top)//zsh.mdh: FORCE
        @cd $(dir_top)/ && $(MAKE) $(MAKEDEFS) zsh.mdh


But zsh.mdh is located in $(dir_top)/Src ... and not in $(dir_top)

Actually the next entry reads:

 $(dir_top)/Src/zsh.mdh:
        false # should only happen with make -n

Note initial blank - is it correct? Is it portable?

/andrej


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

end of thread, other threads:[~1999-12-19 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-19 11:26 No rules to make zsh.mdh Andrej Borsenkow
1999-12-19 11:41 ` Andrej Borsenkow

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