Reverted my wrong --arch changes.

svn path=/dists/trunk/linux-2.6/; revision=5132
This commit is contained in:
Sven Luther 2005-12-29 14:46:19 +00:00
parent b45bb4fb07
commit 0a89c71e96
1 changed files with 2 additions and 7 deletions

9
debian/rules.real vendored
View File

@ -38,18 +38,13 @@ include debian/rules.defs
# 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)'