From 504fec23952355af514759ed61eeecf5a5c1bd80 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 6 Sep 2019 21:29:36 -0500 Subject: Update paths for scripts/cross.sh being in subdir instead of ./cross.sh. --- scripts/cross.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/cross.sh b/scripts/cross.sh index 44bd876e..2e0f795e 100755 --- a/scripts/cross.sh +++ b/scripts/cross.sh @@ -4,11 +4,11 @@ # symlink (Cross C Compiler) to a directory of cross compilers named # $TARGET-*-cross. Tested with scripts/mcm-buildall.sh output. -# Usage: ./cross.sh $TARGET make distclean defconfig toybox +# Usage: scripts/cross.sh $TARGET make distclean defconfig toybox # With no arguments, lists available targets. Use target "all" to iterate # through each $TARGET from the list. -CCC="$(dirname "$(readlink -f "$0")")"/ccc +CCC="$(dirname "$(readlink -f "$0")")"/../ccc if [ ! -d "$CCC" ] then echo "Create symlink 'ccc' to cross compiler directory" -- cgit v1.2.3