From 5fd2bf8e030456f6e8945d17f74548295d7436ea Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 8 Jan 2009 17:42:28 +0000 Subject: build-remove-subdir-modules.patch We are not cleaning the module tarballs from the build subdirs Reported-by: Timo Juhani Lindfors Signed-off-by: Andy Green --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.2.3