From: Jan Engelhardt Date: Sat, 3 Apr 2010 20:06:04 +0000 (+0200) Subject: build: add a version banner on make modules X-Git-Tag: v1.25~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d8bdc3d982fcd7983fa8b68dbc1439d4fcdb88;p=thirdparty%2Fxtables-addons.git 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. --- 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: