Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

dependencies in Src/Zle



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



Messages sorted by: Reverse Date, Date, Thread, Author