Commit 89e7a14a by Richard Kenner

(mostlyclean): Add missing -f.

From-SVN: r7884
parent 8d768fa2
...@@ -1771,7 +1771,7 @@ mostlyclean: bytecode.mostlyclean lang.mostlyclean ...@@ -1771,7 +1771,7 @@ mostlyclean: bytecode.mostlyclean lang.mostlyclean
# Delete other temporary files. # Delete other temporary files.
-rm -f tmp-float.h tmp-gcc.xtar.gz -rm -f tmp-float.h tmp-gcc.xtar.gz
-rm -f tmp-foo1 tmp-foo2 tmp-proto.* tmp-unproto.1 tmp-SYSCALLS.s -rm -f tmp-foo1 tmp-foo2 tmp-proto.* tmp-unproto.1 tmp-SYSCALLS.s
-rm tmp-c-parse.y tmp-objc-parse.y tmp-gperf.h -rm -f tmp-c-parse.y tmp-objc-parse.y tmp-gperf.h
# Delete the stamp files. # Delete the stamp files.
-rm -f stamp-* tmp-* -rm -f stamp-* tmp-*
-rm -f */stamp-* */tmp-* -rm -f */stamp-* */tmp-*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment