spec: build scripts_base explicitly
Prevent race when building with -j4.
This commit is contained in:
parent
041f871514
commit
3c69343cca
@ -128,6 +128,7 @@ fi
|
||||
|
||||
make prepare $MAKE_ARGS
|
||||
make scripts $MAKE_ARGS
|
||||
make scripts_basic $MAKE_ARGS
|
||||
krel=$(make -s kernelrelease $MAKE_ARGS)
|
||||
|
||||
if [ "$krel" != "%kernelrelease" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user