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

Sven Luther luther at costa.debian.org
Thu Dec 29 14:46:20 UTC 2005


Author: luther
Date: Thu Dec 29 14:46:19 2005
New Revision: 5132

Modified:
   dists/trunk/linux-2.6/debian/rules.real
Log:
Reverted my wrong --arch changes.


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	Thu Dec 29 14:46:19 2005
@@ -38,18 +38,13 @@
 # replaced by the flavour for which the command is run. 
 #
 kpkg_header += make-kpkg --append-to-version '$(KPKG_ABINAME)'
+kpkg_header += --arch '$(ARCH)'
 kpkg_header += --stem linux
 kpkg_header += --config defconfig
 kpkg_image := make-kpkg --append-to-version '$(KPKG_ABINAME)-$(FLAVOUR)'
+kpkg_image += --arch '$(ARCH)'
 kpkg_image += --stem linux
 kpkg_image += --initrd
-ifdef KPKG_ARCH
-  kpkg_image += --arch '$(KPKG_ARCH)'
-  kpkg_header += --arch '$(KPKG_ARCH)'
-else
-  kpkg_header += --arch '$(ARCH)'
-  kpkg_image += --arch '$(ARCH)'
-endif
 ifdef KPKG_SUBARCH
   kpkg_image += --subarch '$(KPKG_SUBARCH)'
   kpkg_header += --subarch '$(KPKG_SUBARCH)'



More information about the Kernel-svn-changes mailing list