diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-03-08 17:23:07 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-03-08 17:23:07 +0000 |
commit | 3a72ecb96ca9fb28af957a0b0c0a47d24bf0977b (patch) | |
tree | d3ad5b931e3171a8fbfcc685960917f33b5e4f66 /packages/linux/linux-handhelds-2.6.inc | |
parent | 0a9a13bbe39c77e4d183d4dbafe24484191b4620 (diff) |
linux-handhelds-2.6: Use rm -f for stale initramfs cleanup.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6.inc')
-rw-r--r-- | packages/linux/linux-handhelds-2.6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-handhelds-2.6.inc b/packages/linux/linux-handhelds-2.6.inc index 998711fe76..9a783aa6de 100644 --- a/packages/linux/linux-handhelds-2.6.inc +++ b/packages/linux/linux-handhelds-2.6.inc @@ -56,7 +56,7 @@ do_configure() { do_compile_prepend() { # Clean up any stale initramfs archive - rm usr/initramfs_data.cpio.gz + rm -f usr/initramfs_data.cpio.gz if [ -n "${KERNEL_INITRAMFS_PATH}" -a "${ANGSTROM_MODE}" = "glibc" ]; then if [ ! -f ${KERNEL_INITRAMFS_PATH} ]; then echo "${KERNEL_INITRAMFS_PATH} does not exist, you may need to bitbake it separately" |