[PATCH 08/10] backports: Makefile.real: silent reboot message when cross-compiling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Samuel Martin <s.martin49@xxxxxxxxx>
---
 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux