mrproper doesn't need $CROSS_COMPILE set

This commit is contained in:
Kyle McMartin 2013-06-14 11:45:28 -04:00
parent 43d64b26e6
commit 3e75bb64f8
1 changed files with 1 additions and 1 deletions

View File

@ -1610,7 +1610,7 @@ BuildKernel() {
# and now to start the build process
%{make} -s mrproper
make -s mrproper
cp configs/$Config .config
%if %{signmodules}