Signed-off-by: Samuel Martin <[email protected]>
---
backport/Makefile.real | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/backport/Makefile.real b/backport/Makefile.real
index 2503016..3be1913 100644
--- a/backport/Makefile.real
+++ b/backport/Makefile.real
@@ -103,10 +103,12 @@ install: modules
"$(shell sed -n '/^CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX=y/
s//_/p' \
$(KLIB_BUILD)/.config)"
@test -n "$(CROSS_COMPILE)" || ./scripts/update-initramfs.sh $(KLIB)
- @echo
- @echo Your backported driver modules should be installed now.
- @echo Reboot.
- @echo
+ @if test ! -n "$(CROSS_COMPILE)" ; then \
+ echo ; \
+ echo Your backported driver modules should be installed now. ; \
+ echo Reboot. ; \
+ echo ; \
+ fi
.PHONY: modules_install
modules_install: install
--
1.9.2
--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html