diff options
| author | Michael Forney <mforney@mforney.org> | 2016-07-15 19:17:48 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-07-16 14:23:20 -0700 |
| commit | 78c4cc0023cd0e9e6df03a07f396017da48e336c (patch) | |
| tree | 1d1e77577e197608136d9867e16ca1bbd2cdec7e /core | |
| parent | b6392fac15793878df45a57d049a063b4e781e2c (diff) | |
Don't list git repository files as outputs
This way, ninja -t clean will work as expected.
Diffstat (limited to 'core')
| -rw-r--r-- | core/tz/gen.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/tz/gen.rc b/core/tz/gen.rc index 838de404..b2a9377e 100644 --- a/core/tz/gen.rc +++ b/core/tz/gen.rc @@ -19,8 +19,8 @@ tzdata=(\ systemv\ factory\ ) -build '$outdir'/tzdata.tree awk '$srcdir'/$tzdata '|' scripts/hash.rc '$dir/tzdata.awk' ; with\ +build '$outdir'/tzdata.index awk '$srcdir'/$tzdata '|' scripts/hash.rc '$dir/tzdata.awk' ; with\ expr '-f $dir/tzdata.awk out=$outdir/zoneinfo repo=$builddir/$repo.git' -tree_inputs=($tree_inputs '$outdir'/tzdata.tree) +index_inputs=($index_inputs '$outdir'/tzdata.index) fetch git |
