diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-15 10:27:06 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-15 12:01:35 +0200 |
commit | 8c4ec1bd2e1d63c4c5898826fdbcce08417f85b6 (patch) | |
tree | a8fe23f5acbfa2e785433ea507410aeebf672ad2 | |
parent | bd33b778f17e5751a14160baeae6cdcd41ce1ca7 (diff) | |
download | ee-python-8c4ec1bd2e1d63c4c5898826fdbcce08417f85b6.tar.gz ee-python-8c4ec1bd2e1d63c4c5898826fdbcce08417f85b6.tar.bz2 ee-python-8c4ec1bd2e1d63c4c5898826fdbcce08417f85b6.tar.xz ee-python-8c4ec1bd2e1d63c4c5898826fdbcce08417f85b6.zip |
o No need for build.ninja and ee.ninja to depend on $orders_dir.
-rw-r--r-- | src/ee/tools/templates/build.ninja.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ee/tools/templates/build.ninja.j2 b/src/ee/tools/templates/build.ninja.j2 index 492363d..5bdb686 100644 --- a/src/ee/tools/templates/build.ninja.j2 +++ b/src/ee/tools/templates/build.ninja.j2 @@ -207,7 +207,7 @@ build $public_dir/seeed/opl/{{ opl }}.xml: seeed-download-opl rule ee-ninja command = ee ninja && touch $out -build build.ninja ee.ninja: ee-ninja eeconfig $orders_dir +build build.ninja ee.ninja: ee-ninja eeconfig generator = yes default ee.ninja |