[bknr-cvs] r2511 - branches/bos/projects/bos

ksprotte at common-lisp.net ksprotte at common-lisp.net
Sat Feb 16 12:40:31 UTC 2008


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



More information about the Bknr-cvs mailing list