From dfb51f67d5ebae71883ce3a05d4a5d38653f1890 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 10 Apr 2020 01:57:48 -0500 Subject: Document "make root" in make help. (It almost works now!) --- scripts/help.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/help.txt b/scripts/help.txt index 7d52916b..4d07370e 100644 --- a/scripts/help.txt +++ b/scripts/help.txt @@ -17,6 +17,10 @@ install - Install toybox into subdirectories of $PREFIX. uninstall_flat - Remove toybox from $PREFIX directory. uninstall - Remove toybox from subdirectories of $PREFIX. + root - Build/package root filesystem under root/ controlled by + CROSS= cross compile (see scripts/mcm-buildall.sh) + LINUX= build kernel from this source, configured for qemu -example: CFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox install +example: make defconfig toybox install CFLAGS="--static" CROSS_COMPILE=armv5l- +or : make root CROSS=sh4 LINUX=~/linux && (cd root/sh4; ./qemu-*.sh) -- cgit v1.2.3