diff options
Diffstat (limited to 'scripts/update-sys')
-rwxr-xr-x | scripts/update-sys | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update-sys b/scripts/update-sys index d242e67c3..7b5688b83 100755 --- a/scripts/update-sys +++ b/scripts/update-sys @@ -1,6 +1,7 @@ #!/usr/bin/env bash # 1. create Config.in.systems with all available target systems for each architecture # 2. if ADK configuration exist, create Config.in.arch/Config.in.system with fixed values +# 3. exit when native system build is detected topdir=$(readlink -nf $(dirname $0)/.. 2>/dev/null || (cd $(dirname $0)/..; pwd -P)) |