[PATCH 10/10] backports: Makefile: update help text

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

 



Signed-off-by: Samuel Martin <s.martin49@xxxxxxxxx>
---
 backport/Makefile | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/backport/Makefile b/backport/Makefile
index 2f446e6..acc0e15 100644
--- a/backport/Makefile
+++ b/backport/Makefile
@@ -62,11 +62,17 @@ mrproper:
 	echo "/--------------"								;\
 	echo "| Your kernel headers are incomplete/not installed."			;\
 	echo "| Please install kernel headers, including a .config"			;\
-	echo "| file or use the KLIB/KLIB_BUILD make variables to"			;\
-	echo "| set the kernel to build against, e.g."					;\
-	echo "|   make KLIB=/lib/modules/3.1.7/"					;\
-	echo "| to compile/install for the installed kernel 3.1.7"			;\
-	echo "| (that isn't currently running.)"					;\
+	echo "| file or use the KROOT/KLIB_BUILD make variables to"			;\
+	echo "| set the kernel to build against, e.g.:"					;\
+	echo "| * to compile/install for the installed kernel 3.1.7"			;\
+	echo "|   (that isn't currently running.):"					;\
+	echo "|   $$ make KLIB_BUILD=/lib/modules/3.1.7/build"				;\
+	echo "| * to cross-compile/install for an arm target in /opt/arm-dev/rootfs:"	;\
+	echo "|   $$ make \\"								;\
+	echo "|        ARCH=arm	\\"							;\
+	echo "|        CROSS_COMPILE=/opt/ct-ng/arm-linux/bin/arm-linux- \\"		;\
+	echo "|        KROOT=/opt/arm-dev/rootfs \\"					;\
+	echo "|        KLIB_BUILD=/opt/arm-dev/linux"					;\
 	echo "\\--"									;\
 	false)
 	@set -e ; if [ "$$(cat .kernel_config_md5 2>/dev/null)" != "$(CONFIG_MD5)" ]	;\
-- 
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