aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-05-01 10:14:12 -0500
committerRob Landley <rob@landley.net>2020-05-01 10:14:12 -0500
commit954f4e2ab3d28b1bc6021bce7cf5c919f54d5e18 (patch)
tree945788579ea04d6ae194ca89b749a3956540af62 /scripts
parentb8e37dc86434f9da61667e7b732494888ad8101b (diff)
downloadtoybox-954f4e2ab3d28b1bc6021bce7cf5c919f54d5e18.tar.gz
Fix and document make run_root.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/help.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/help.txt b/scripts/help.txt
index 4d07370e..5bf0d613 100644
--- a/scripts/help.txt
+++ b/scripts/help.txt
@@ -20,7 +20,8 @@
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
+ run_root - boot toyroot under qemu, I.E. cd root/$CROSS && ./qemu-*.sh
example: make defconfig toybox install CFLAGS="--static" CROSS_COMPILE=armv5l-
-or : make root CROSS=sh4 LINUX=~/linux && (cd root/sh4; ./qemu-*.sh)
+or : make root run_root CROSS=sh4 LINUX=~/linux