Signed-off-by: Samuel Martin <[email protected]>
---
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html