--- - branch: MAIN date: Fri Sep 23 21:13:14 UTC 2011 files: - new: '1.3' old: '1.2' path: src/share/mk/bsd.clean.mk pathrev: src/share/mk/bsd.clean.mk@1.3 type: modified id: 20110923T211314Z.7f1c477a907a61fbdad30accc247a91d720f3617 log: | * use a :M* modifier when testing whether the expanded list of files is empty. Sometimes the variable contains one or more spaces, and testing against "" gave the wrong result, but applying the :M* modifier discards the spaces. This should fix PR 45396. * Instead of using "-" to ignore the exit status from the rm command, use ||true. This should work around the bug in PR 45356, but that bug is not fixed. * Suppress the ${MKMSG} command with .if 0. People who build with MAKEVERBOSE=1 don't want to see the message, and people who build with MAKEVERBOSE=2 or higher will see the actual rm command. The message may be useful for debugging this makefile itself, so it's only disabled, not deleted. module: src subject: 'CVS commit: src/share/mk' unixtime: '1316812394' user: apb