Print config diff after make olddefconfig
This commit is contained in:
parent
4325d1b2ad
commit
71f7795e0a
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -52,6 +52,7 @@ prepare() {
|
|||
echo "Setting config..."
|
||||
cp ../config .config
|
||||
make olddefconfig
|
||||
diff -u ../config .config || :
|
||||
|
||||
make -s kernelrelease > version
|
||||
echo "Prepared $pkgbase version $(<version)"
|
||||
|
|
Loading…
Reference in a new issue