Add prep target to Makefile; use PREPARCH
(cherry picked from commit 5ad0e9875257b361ab545bdf80e148aaea6c600e)
This commit is contained in:
parent
67e7048949
commit
fcfd3c79fb
3
Makefile
3
Makefile
@ -23,6 +23,9 @@ KVERSION := $(shell awk '$$1 == "%define" && $$2 == "base_sublevel" { \
|
|||||||
}' $(SPECFILE))
|
}' $(SPECFILE))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
prep:
|
||||||
|
fedpkg -v prep --arch=$(PREPARCH)
|
||||||
|
|
||||||
extremedebug:
|
extremedebug:
|
||||||
@perl -pi -e 's/# CONFIG_DEBUG_PAGEALLOC is not set/CONFIG_DEBUG_PAGEALLOC=y/' config-nodebug
|
@perl -pi -e 's/# CONFIG_DEBUG_PAGEALLOC is not set/CONFIG_DEBUG_PAGEALLOC=y/' config-nodebug
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user