tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bmake: remove target when recipie fails
I'm afraid I'm simply overlooking something obvious.
How do I tell bmake to remove a target in case the recipie fails?
There must be something better than adding "|| { rm ${.TARGET}; false; }".
Home |
Main Index |
Thread Index |
Old Index