Print config diff after make olddefconfig
This commit is contained in:
parent
4325d1b2ad
commit
71f7795e0a
1
PKGBUILD
1
PKGBUILD
@ -52,6 +52,7 @@ prepare() {
|
|||||||
echo "Setting config..."
|
echo "Setting config..."
|
||||||
cp ../config .config
|
cp ../config .config
|
||||||
make olddefconfig
|
make olddefconfig
|
||||||
|
diff -u ../config .config || :
|
||||||
|
|
||||||
make -s kernelrelease > version
|
make -s kernelrelease > version
|
||||||
echo "Prepared $pkgbase version $(<version)"
|
echo "Prepared $pkgbase version $(<version)"
|
||||||
|
Loading…
Reference in New Issue
Block a user