diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-11 17:12:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-11 17:12:44 +0200 |
commit | f5b80b7128461f209b901d1ae286970b763cd70e (patch) | |
tree | 9efa636eab4176351dd9ec94de7bcf3e484dbe0b /buildfile | |
parent | e58957d6491a08ec212958457c29a14eec787279 (diff) |
Detect host triplet (with help of config.{guess,sub}) in bootstrap
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,11 @@ # license : MIT; see accompanying LICENSE file d = build2/ tests/ doc/ -./: $d doc{INSTALL LICENSE version} file{INSTALL.cli bootstrap manifest} + +./: $d \ +doc{INSTALL LICENSE version} \ +file{INSTALL.cli config.guess config.sub bootstrap manifest} + include $d doc{INSTALL*}: install = false |