diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-25 12:40:15 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-25 21:35:32 -0700 |
| commit | 70c75a2c55ae911dcac9492dd4867888ca68496c (patch) | |
| tree | 7319b990158d55ed0fc2f65e5635fbf74a52079c /setup.rc | |
| parent | bb148411fc89e0fb95a531546bb212189c489a28 (diff) | |
Add config.rc to control what goes into the filesystem tree
Diffstat (limited to 'setup.rc')
| -rwxr-xr-x | setup.rc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ #!/bin/rc +. ./config.rc + flag e + fn usage { @@ -45,7 +47,7 @@ fn gen { . $absdir/gen.rc - build '$dir/local.ninja' gen '|' setup.rc ninja.rc '$dir/gen.rc' + build '$dir/local.ninja' gen '|' setup.rc config.rc ninja.rc '$dir/gen.rc' phony ninja '$dir/local.ninja' $gen_inputs if(! ~ $#tree_perms 0) { |
