diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 18:40:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 18:40:37 +0100 |
commit | e1bb308860e23e3c30c72c267e12ac724880e672 (patch) | |
tree | 1630df9083e30b021341d850d25f9dac3d92665f /scripts/update-sys | |
parent | 6927e2dbef90ad75be0f301fb48a513c4647a4c4 (diff) |
fix native builds, enable hardware choices. enable parallelport for ibm-x40
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)) |