zsh-workers
 help / color / mirror / code / Atom feed
* dependencies in Src/Zle
@ 1997-01-08 10:10 Zefram
  0 siblings, 0 replies; only message in thread
From: Zefram @ 1997-01-08 10:10 UTC (permalink / raw)
  To: Z Shell workers mailing list

-----BEGIN PGP SIGNED MESSAGE-----

Patch 2731 caused all ZLE objects to be rebuilt every time they are made.
This happened because they all depend on zle_things.h, which depends
on proto, and so always gets rebuilt -- unlike the other headers, it
actually has a rule that modifies it.  The solution is to make proto be
a dependency only for one of the headers that doesn't change.  The main
Src Makefile already has this correct.

 -zefram

 *** Src/Zle/Makefile.in	1997/01/05 12:43:25	1.19
 --- Src/Zle/Makefile.in	1997/01/07 21:27:26
 ***************
 *** 147,153 ****
   
   $(ALLOBJS): $(HDRS) $(ZHDRS)
   
 ! $(HDRS): proto
   
   proto: $(PROTO)
   
 --- 147,153 ----
   
   $(ALLOBJS): $(HDRS) $(ZHDRS)
   
 ! zle.h: proto
   
   proto: $(PROTO)
   

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBMtLCRHD/+HJTpU/hAQFw8AP+PbzaS285vR3/FZf7Ze/wDktiUFubb9/3
blwuN91nRf4QhIi/TC3lArOsr3pdwjX0GDZXITyW33y72cdaxOKTR4XmdsALCH1T
+q2jqpelcmzHioMJ/cCMXMSlbc23/ev4rcS4AaVHFS5+zHtJs323SODOF9XRlr6i
m7ltMX8ZzBU=
=SeU9
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-01-08 10:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-01-08 10:10 dependencies in Src/Zle Zefram

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