From 82412a5394acd18064ba62f85f2026a602e692b7 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 25 Nov 2014 23:19:55 -0500 Subject: scripts (all): replace unnecessary rm -rf with rm -f --- (limited to 'cleandeps') 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 ../ -- cgit v0.9.1