aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-01-08 17:42:28 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2009-01-08 17:42:28 +0000
commit5fd2bf8e030456f6e8945d17f74548295d7436ea (patch)
treea42d8d9701986b779c24950ddb8c2c94a62e7bbc /build
parentb8b36e5ec3db71d55d0edf944deec5cc3a33ce85 (diff)
build-remove-subdir-modules.patch
We are not cleaning the module tarballs from the build subdirs Reported-by: Timo Juhani Lindfors <timo.lindfors@iki.fi> 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 c6c3afbe807..db7a350b366 100755
--- a/build
+++ b/build
@@ -89,7 +89,7 @@ if make -j5 O=$1 ARCH=arm CONFIG_DEBUG_SECTION_MISMATCH=y EXTRAVERSION=$VERSION;
# if it is then keep a stamped copy of last build
if [ ! -z "`grep CONFIG_USB_USBNET=y $1/.config`" ] ; then
- rm -f $1/uImage-moredrivers-$PRODUCT*.bin modules-$PRODUCT*.tar.gz
+ rm -f $1/uImage-moredrivers-$PRODUCT*.bin $1/modules-$PRODUCT*.tar.gz
cp $1/uImage-$PRODUCT.bin $1/uImage-moredrivers$VERSION.bin
rm -rf $1/staging
mkdir -p $1/staging