[kernel] r5828 - people/waldi/linux-2.6/debian

Bastian Blank waldi at costa.debian.org
Sat Feb 11 22:24:11 UTC 2006


Author: waldi
Date: Sat Feb 11 22:24:10 2006
New Revision: 5828

Modified:
   people/waldi/linux-2.6/debian/rules.real
Log:
debian/rules.real: Don't overwrite parts of the kernel source.


Modified: people/waldi/linux-2.6/debian/rules.real
==============================================================================
--- people/waldi/linux-2.6/debian/rules.real	(original)
+++ people/waldi/linux-2.6/debian/rules.real	Sat Feb 11 22:24:10 2006
@@ -101,11 +101,6 @@
 	mkdir -p '$(DIR)'
 	cp -al $(srcfiles) '$(DIR)'
 	$(patch_cmd)
-	#make-kpkg does this when building kernel-source.
-	mv '$(DIR)/scripts/package/Makefile' '$(DIR)/scripts/package/Makefile.dist'
-	mv '$(DIR)/scripts/package/builddeb' '$(DIR)/scripts/package/builddeb.dist'
-	echo "# Dummy Makefile" > '$(DIR)/scripts/package/Makefile'
-	echo "all:" >> '$(DIR)/scripts/package/Makefile'
 	touch '$@'
 
 $(STAMPS_DIR)/source-$(ARCH)-$(SUBARCH): SOURCE_DIR=$(BUILD_DIR)/source



More information about the Kernel-svn-changes mailing list