summaryrefslogtreecommitdiff
path: root/cleandeps
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-26 04:19:55 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-26 04:19:55 +0000
commit82412a5394acd18064ba62f85f2026a602e692b7 (patch)
treec97294812aaf3a01de352f6080c9d5e6fec9e710 /cleandeps
parent2ccadda5b6d1505c12d49fb1c9dcc0f9631a8ad4 (diff)
scripts (all): replace unnecessary rm -rf with rm -f
Diffstat (limited to 'cleandeps')
-rwxr-xr-xcleandeps6
1 files changed, 3 insertions, 3 deletions
diff --git a/cleandeps b/cleandeps
index f961970..cefddf6 100755
--- a/cleandeps
+++ b/cleandeps
@@ -42,7 +42,7 @@ make clean
cd ../../
# remove the payloads (they will be built by "build")
-rm -rf grub.elf
+rm -f grub*.elf
# clean reference crossGCC for coreboot
make crossgcc-clean
@@ -86,8 +86,8 @@ cd flashrom
make clean
# remove modified binaries
-rm -rf flashrom_lenovobios_sst
-rm -rf flashrom_lenovobios_macronix
+rm -f flashrom_lenovobios_sst
+rm -f flashrom_lenovobios_macronix
# done. go back to main directory
cd ../