aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-21 11:56:56 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-21 11:56:56 +0000
commit019ac4d4766379bc7aaed509dc7309b4834e076a (patch)
treedc2cffcaa3979db6dc8d7b1072f8b14069862869 /build
parent34fb5c013272596d13290b673b687f3382f53d36 (diff)
build-correct-deletion-moredrivers.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 9701a6a9329..60fc0186488 100755
--- a/build
+++ b/build
@@ -50,7 +50,7 @@ if make -j5 ARCH=arm CONFIG_DEBUG_SECTION_MISMATCH=y EXTRAVERSION=$VERSION; then
# if it is then keep a stamped copy of last build
if [ ! -z "`grep CONFIG_USB_USBNET=y .config`" ] ; then
- rm -f uImage-moredrivers*-$PRODUCT.bin modules-*$PRODUCT.tar.gz
+ rm -f uImage-moredrivers-$PRODUCT*.bin modules-$PRODUCT*.tar.gz
cp uImage-$PRODUCT.bin uImage-moredrivers$VERSION.bin
rm -rf staging
mkdir -p staging