[kernel] r12843 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Wed Feb 18 14:55:21 UTC 2009


Author: waldi
Date: Wed Feb 18 14:55:20 2009
New Revision: 12843

Log:
debian/rules.real: Remove left over kpkg definitions.


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	Wed Feb 18 14:55:20 2009
@@ -28,18 +28,6 @@
 MAKE_SELF := $(MAKE) -f debian/rules.real $(MAKEOVERRIDES)
 MAKEOVERRIDES =
 
-kpkg_image := $(setup_env)
-ifdef DEBIAN_KERNEL_JOBS
-  kpkg_image += CONCURRENCY_LEVEL=$(DEBIAN_KERNEL_JOBS)
-endif
-kpkg_image += make-kpkg --arch '$(firstword $(KPKG_ARCH) $(ARCH))' --cross-compile=- --stem linux --config silentoldconfig
-ifneq ($(INITRAMFS),False)
-  kpkg_image += --initrd
-endif
-ifdef KPKG_SUBARCH
-  kpkg_image += --subarch '$(KPKG_SUBARCH)'
-endif
-
 #
 # Targets
 #



More information about the Kernel-svn-changes mailing list