diff options
author | Dave Jones <davej@redhat.com> | 2012-03-30 15:22:42 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2012-03-30 15:22:42 -0400 |
commit | fc31f43f1e13a5ae9380f90b45044cb5ba08c1c2 (patch) | |
tree | a1bc61b6ac39bc748ac4766c344382127137d80a /Makefile | |
parent | 5e9e2f5b1611a0b2acd741e8dd9fb4bbf90106e2 (diff) | |
download | kernel-fc31f43f1e13a5ae9380f90b45044cb5ba08c1c2.tar.gz kernel-fc31f43f1e13a5ae9380f90b45044cb5ba08c1c2.tar.xz kernel-fc31f43f1e13a5ae9380f90b45044cb5ba08c1c2.zip |
Change config parsing to use {_target_cpu} (From Niels de Vos)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,11 +1,6 @@ # Makefile for source rpm: kernel SPECFILE := kernel.spec -# use noarch for make prep instead of the current CPU -# noarch creates and checks all config files not just the current one, -# in addition "i386" isn't a valid kernel target -PREPARCH = noarch - # we only check the .sign signatures UPSTREAM_CHECKS = sign @@ -18,7 +13,7 @@ help: include Makefile.config prep: - fedpkg -v prep --arch=$(PREPARCH) + fedpkg -v prep noarch: fedpkg -v local --arch=noarch |