tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bsd.lib.mk question



As to the original question, dependencies like

${OBJS}: ${GENSRCS}

are best bound by say:

.if !exists(.depend)

since once 'make depend' has been done, or '.depend' is created as a
side effect of building, make should have sufficient info to only
rebuilt what it must.


Home | Main Index | Thread Index | Old Index