[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] [PATCH] Remove recursive flag from rm command in clean target
Please commit this patch.
Thanks!
Commit message:
Remove recursive flag because it has no sense here,
no directories are deleted with this command.
Contributed by David Galvez
diff -r c259ceb2e039 -r 4093e62eb3f6 RULES
--- a/RULES Thu Dec 17 20:16:10 2015 +0100
+++ b/RULES Fri Dec 18 18:31:34 2015 +0100
@@ -13,7 +13,7 @@
rm -f *.o lib*.a *.tmp
rm -f core report nohup.out errlog
rm -f foobar foo bar baz junk schrott muell
- rm -rf $(compile_all_dirs)/*.o $(compile_all_dirs)/lib*.a
+ rm -f $(compile_all_dirs)/*.o $(compile_all_dirs)/lib*.a
bakclean: bakclean-recursive
rm -f *~ *# *.BAK *.bak