diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-02 17:12:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-02 17:13:35 +0200 |
commit | c222886f38ea1185c1b420f03d1e1fb377506af0 (patch) | |
tree | 0ba5c36cb5d1ad37e8969dc96d47181234a175c0 /Makefile | |
parent | 48758993b09a96f83c2bd190a5586421c90428e7 (diff) |
simplify adding new arch
Generate all data needed when adding a new arch or system.
Recognize any changes in target/*/systems as reported as bug by
Joerg.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -210,8 +210,6 @@ NO_ERROR=0 CC='${CC}' CPPFLAGS='${CPPFLAGS}' \ bash scripts/scan-tools.sh @echo '===> Prerequisites checked successfully.' - @bash scripts/create-sys - @bash scripts/create-pkg @touch .adkinit @touch $@ |