From 02d8bdc3d982fcd7983fa8b68dbc1439d4fcdb88 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 3 Apr 2010 22:06:04 +0200 Subject: [PATCH] build: add a version banner on make modules Because the build error logs of module-assistant are totally useless, as the tarball filename has been stripped of the version, and configure is not run either. --- extensions/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 56f9471..66fa2fc 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -7,6 +7,8 @@ _kcall = -C ${kbuilddir} M=${abs_srcdir} modules: + @echo -n "Xtables-addons ${PACKAGE_VERSION} - Linux " + @if [ -n "${kbuilddir}" ]; then ${MAKE} ${_kcall} -s kernelrelease; fi; ${AM_V_silent}if [ -n "${kbuilddir}" ]; then ${MAKE} ${_kcall} modules; fi; modules_install: