[kernel] r12104 - dists/trunk/linux-2.6/debian
Bastian Blank
waldi at alioth.debian.org
Tue Aug 19 16:42:59 UTC 2008
Author: waldi
Date: Tue Aug 19 16:42:59 2008
New Revision: 12104
Log:
debian/rules.real: Ignore error in firmware removal.
Modified:
dists/trunk/linux-2.6/debian/rules.real
Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real (original)
+++ dists/trunk/linux-2.6/debian/rules.real Tue Aug 19 16:42:59 2008
@@ -387,7 +387,7 @@
cp $(DIR)/System.map $(PACKAGE_DIR)/boot/System.map-$(REAL_VERSION)
rm $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/{build,source,modules.*}
# TODO: Move somewhere else
- rm $(PACKAGE_DIR)/lib/firmware -r
+ rm $(PACKAGE_DIR)/lib/firmware -rf
endif
+$(MAKE_SELF) \
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_templates \
More information about the Kernel-svn-changes
mailing list