From 3b2cf8c2e4ff62a1485c83e8751a95421f8fc73f Mon Sep 17 00:00:00 2001 From: Chuck Ebbert Date: Aug 02 2010 14:04:03 +0000 Subject: Add prep target to Makefile; use PREPARCH (cherry picked from commit 5ad0e9875257b361ab545bdf80e148aaea6c600e) --- diff --git a/Makefile b/Makefile index d770a2e..46e7342 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,9 @@ KVERSION := $(shell awk '$$1 == "%define" && $$2 == "base_sublevel" { \ }' $(SPECFILE)) endif +prep: + fedpkg -v prep --arch=$(PREPARCH) + extremedebug: @perl -pi -e 's/# CONFIG_DEBUG_PAGEALLOC is not set/CONFIG_DEBUG_PAGEALLOC=y/' config-nodebug