summaryrefslogtreecommitdiff
path: root/scripts/update-sys
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-sys')
-rwxr-xr-xscripts/update-sys1
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))