Switch from oldnoconfig -> olddefconfig
Target name has changed and will be going away
This commit is contained in:
parent
d1f54ffa0e
commit
16ab97485f
@ -1269,7 +1269,7 @@ BuildKernel() {
|
||||
Arch=`head -1 .config | cut -b 3-`
|
||||
echo USING ARCH=$Arch
|
||||
|
||||
make %{?make_opts} ARCH=$Arch oldnoconfig >/dev/null
|
||||
make %{?make_opts} ARCH=$Arch olddefconfig >/dev/null
|
||||
%{make} %{?make_opts} ARCH=$Arch %{?_smp_mflags} $MakeTarget %{?sparse_mflags} %{?kernel_mflags}
|
||||
%{make} %{?make_opts} ARCH=$Arch %{?_smp_mflags} modules %{?sparse_mflags} || exit 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user