[arch-commits] Commit in linux/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Oct 10 08:07:15 UTC 2021
Date: Sunday, October 10, 2021 @ 08:07:15
Author: heftig
Revision: 425636
Print config diff after make olddefconfig
Modified:
linux/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-10 08:07:13 UTC (rev 425635)
+++ PKGBUILD 2021-10-10 08:07:15 UTC (rev 425636)
@@ -52,6 +52,7 @@
echo "Setting config..."
cp ../config .config
make olddefconfig
+ diff -u ../config .config || :
make -s kernelrelease > version
echo "Prepared $pkgbase version $(<version)"
More information about the arch-commits
mailing list