Source-Changes-D archive

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

Re: CVS commit: src/usr.bin/make



In article 
<CADbF7eeV2AcmiVZJzuxsN8gvwQHfMLYVN63gRdXpv8-jV=XYNQ%mail.gmail.com@localhost>,
Masao Uebayashi  <uebayasi%gmail.com@localhost> wrote:
>-=-=-=-=-=-
>
>I like make(1) to exit when stale depend is found.

I was thinking of adding a .STALE target, so you can do what you like,
for example:

.STALE:
        rm -f ${.ALLSRC}
        ${MAKE} depend

christos



Home | Main Index | Thread Index | Old Index