diff options
author | Andy Green <andy@openmoko.com> | 2009-01-08 17:42:28 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2009-01-08 17:42:28 +0000 |
commit | 5fd2bf8e030456f6e8945d17f74548295d7436ea (patch) | |
tree | a42d8d9701986b779c24950ddb8c2c94a62e7bbc /build | |
parent | b8b36e5ec3db71d55d0edf944deec5cc3a33ce85 (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-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |