Author: ksprotte Date: Sat Feb 16 07:40:30 2008 New Revision: 2511
Modified: branches/bos/projects/bos/Makefile Log: bos make cleanall use rm -f
Modified: branches/bos/projects/bos/Makefile ============================================================================== --- branches/bos/projects/bos/Makefile (original) +++ branches/bos/projects/bos/Makefile Sat Feb 16 07:40:30 2008 @@ -26,7 +26,7 @@
.PHONY: cleanfasl cleanfasl: - (cd ../.. && find . -name '*.x86f' | xargs rm) + (cd ../.. && find . -name '*.x86f' | xargs rm -f)
.PHONY: cleanall cleanall: cleancore cleanfasl