mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00
build: do not print enter/exit during banner
This commit is contained in:
@@ -8,7 +8,7 @@ _kcall = -C ${kbuilddir} M=${abs_srcdir}
|
|||||||
|
|
||||||
modules:
|
modules:
|
||||||
@echo -n "Xtables-addons ${PACKAGE_VERSION} - Linux "
|
@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;
|
${AM_V_silent}if [ -n "${kbuilddir}" ]; then ${MAKE} ${_kcall} modules; fi;
|
||||||
|
|
||||||
modules_install:
|
modules_install:
|
||||||
|
Reference in New Issue
Block a user