Add prep target to Makefile; use PREPARCH

(cherry picked from commit 5ad0e98752)
This commit is contained in:
Chuck Ebbert 2010-08-01 22:02:45 -04:00
parent addbb8d9fb
commit 3b2cf8c2e4
1 changed files with 3 additions and 0 deletions

View File

@ -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