build: do not print enter/exit during banner

This commit is contained in:
Jan Engelhardt
2010-04-05 02:21:35 +02:00
parent e1eed2b05e
commit 2060a58912

View File

@@ -8,7 +8,7 @@ _kcall = -C ${kbuilddir} M=${abs_srcdir}
modules:
@echo -n "Xtables-addons ${PACKAGE_VERSION} - Linux "
@if [ -n "${kbuilddir}" ]; then ${MAKE} ${_kcall} -s kernelrelease; fi;
@if [ -n "${kbuilddir}" ]; then ${MAKE} ${_kcall} --no-print-directory -s kernelrelease; fi;
${AM_V_silent}if [ -n "${kbuilddir}" ]; then ${MAKE} ${_kcall} modules; fi;
modules_install: