Add prep target to Makefile; use PREPARCH
This commit is contained in:
parent
e573f4aa51
commit
5ad0e98752
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue