zsh-workers
 help / color / mirror / code / Atom feed
* RE: Something wrong with dependencies (RE: PATCH: Re: Don't understand compadd -p (or -P) any more)
@ 1999-03-01 18:19 Andrej Borsenkow
  0 siblings, 0 replies; 3+ messages in thread
From: Andrej Borsenkow @ 1999-03-01 18:19 UTC (permalink / raw)
  To: zsh-workers

I think, I guess why it happens. I did ``gmake; gmake distclean; gmake'' and
then applied patch. Unfortunately, the second make never makes any modules
(including zle).

Here is what is generated for distclean (and mostlyclean, realclean)
targets.

Src/Makefile:

Makemod modules.index prep: modules-bltin $(CONFIG_INCS)
	                      ^^^^^^^^^^^^^

distclean:   distclean-recursive   distclean-here
distclean-here: clean-here
clean-here: mostlyclean-here
mostlyclean-here:
        rm -f stamp-modobjs stamp-modobjs.tmp
clean-here:
	rm -f modules.index.tmp modules.stamp zsh ansi2knr.o ansi2knr
	rm -f libzsh-*.$(DL_EXT)
distclean-here:
	rm -f TAGS tags
	rm -f modules.index modules-bltin Makefile
distclean: distclean-modules
mostlyclean-modules clean-modules distclean-modules realclean-modules:
Makemod
        @$(MAKE) -f Makemod $(MAKEDEFS) `echo $@ | sed 's/-modules//'`

So, make first removes (among others) modules-bltin, _then_ excutes
distclean-modules, that depends on Makemod that depends on modules-bltin ...
that reruns our nice scripts and leaves some files around (because they
already are deleted from make's point of view :-). And for some reason, all
modules are omitted when these scripts are run, and obviously some files are
never recreated after that because they are already up to date.

That means, that after ``make distclean'' you better remove the whole tree
and start over again. But I just applied all post-pws-10 patches ...

What a mess really


> -----Original Message-----
> From: Andrej Borsenkow
> Sent: Monday, March 01, 1999 8:19 PM
> To: Sven Wischnowsky; zsh-workers@sunsite.auc.dk
> Subject: RE: Something wrong with dependencies (RE: PATCH: Re: Don't
> understand compadd -p (or -P) any more)
>
>
> I forgot to mention, it was with --enable-dynamic
>
> > I just finished with build when this arrived :-) I applied the
> > patch, did make - and Src/Zle/zle_tricky.c was not recompiled.
> >
> > /andrej


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

* RE: Something wrong with dependencies (RE: PATCH: Re: Don't understand compadd -p (or -P) any more)
@ 1999-03-01 17:19 Andrej Borsenkow
  0 siblings, 0 replies; 3+ messages in thread
From: Andrej Borsenkow @ 1999-03-01 17:19 UTC (permalink / raw)
  To: Sven Wischnowsky, zsh-workers

I forgot to mention, it was with --enable-dynamic

> I just finished with build when this arrived :-) I applied the 
> patch, did make - and Src/Zle/zle_tricky.c was not recompiled.
> 
> /andrej


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

* Something wrong with dependencies (RE: PATCH: Re: Don't understand compadd -p (or -P) any more)
  1999-03-01 17:10 PATCH: Re: Don't understand compadd -p (or -P) any more Sven Wischnowsky
@ 1999-03-01 17:18 ` Andrej Borsenkow
  0 siblings, 0 replies; 3+ messages in thread
From: Andrej Borsenkow @ 1999-03-01 17:18 UTC (permalink / raw)
  To: Sven Wischnowsky, zsh-workers


I just finished with build when this arrived :-) I applied the patch, did
make - and Src/Zle/zle_tricky.c was not recompiled.

/andrej


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

end of thread, other threads:[~1999-03-01 18:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-01 18:19 Something wrong with dependencies (RE: PATCH: Re: Don't understand compadd -p (or -P) any more) Andrej Borsenkow
  -- strict thread matches above, loose matches on Subject: below --
1999-03-01 17:19 Andrej Borsenkow
1999-03-01 17:10 PATCH: Re: Don't understand compadd -p (or -P) any more Sven Wischnowsky
1999-03-01 17:18 ` Something wrong with dependencies (RE: PATCH: Re: Don't understand compadd -p (or -P) any more) 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).