summaryrefslogtreecommitdiffstats
path: root/freed-ora/current/master/Makefile
diff options
context:
space:
mode:
authorAlexandre Oliva <lxoliva@fsfla.org>2012-05-18 01:35:41 +0000
committerAlexandre Oliva <lxoliva@fsfla.org>2012-05-18 01:35:41 +0000
commit55938e90b44e47c448cf1da7ade6b61bce726e36 (patch)
treeb2f3450cd19d16b59a84a1a31835fcc8d63fc8c1 /freed-ora/current/master/Makefile
parentba697ba9ec36bc03db4002779ff539d5ec3f965e (diff)
downloadlinux-libre-raptor-55938e90b44e47c448cf1da7ade6b61bce726e36.tar.gz
linux-libre-raptor-55938e90b44e47c448cf1da7ade6b61bce726e36.zip
3.4.0-0.rc7.git2.1.fc18.gnu
Diffstat (limited to 'freed-ora/current/master/Makefile')
-rw-r--r--freed-ora/current/master/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/freed-ora/current/master/Makefile b/freed-ora/current/master/Makefile
index b9475a43f..2a87029f7 100644
--- a/freed-ora/current/master/Makefile
+++ b/freed-ora/current/master/Makefile
@@ -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
@@ -76,6 +71,7 @@ debug:
@perl -pi -e 's/# CONFIG_EXT4_DEBUG is not set/CONFIG_EXT4_DEBUG=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DEBUG_PERF_USE_VMALLOC is not set/CONFIG_DEBUG_PERF_USE_VMALLOC=y/' config-nodebug
@perl -pi -e 's/# CONFIG_JBD2_DEBUG is not set/CONFIG_JBD2_DEBUG=y/' config-nodebug
+ @perl -pi -e 's/# CONFIG_NFSD_FAULT_INJECTION is not set/CONFIG_NFSD_FAULT_INJECTION=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DEBUG_BLK_CGROUP is not set/CONFIG_DEBUG_BLK_CGROUP=y/' config-nodebug
@perl -pi -e 's/# CONFIG_DRBD_FAULT_INJECTION is not set/CONFIG_DRBD_FAULT_INJECTION=y/' config-nodebug
@perl -pi -e 's/# CONFIG_ATH_DEBUG is not set/CONFIG_ATH_DEBUG=y/' config-nodebug
OpenPOWER on IntegriCloud