diff options
| author | Michael Forney <mforney@mforney.org> | 2016-07-04 21:47:17 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-07-04 21:47:29 -0700 |
| commit | 51e359b2f85ab367e7cab74066fe7f4e5ff1d4ac (patch) | |
| tree | 9b3383f138a822e039c98dc922ed7c1bf06ac3a5 /rules.ninja | |
| parent | 26eb7fe8d8daa97430b7e5256878db47b25d2cd5 (diff) | |
tzdata: Fix gen.rc to not require contents of source files
This also fixes a symlink target calculation bug.
Diffstat (limited to 'rules.ninja')
| -rw-r--r-- | rules.ninja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.ninja b/rules.ninja index 9be29eb4..0baf0e60 100644 --- a/rules.ninja +++ b/rules.ninja @@ -49,7 +49,7 @@ rule awk command = awk $expr $in >$out.tmp && mv $out.tmp $out rule githash - command = rc ./scripts/hash.rc $builddir/$repo.git $out $args $in + command = rc ./scripts/hash.rc $builddir/$repo.git $args $in >$out.tmp && mv $out.tmp $out rule gittree command = rc ./scripts/tree.rc $builddir/$repo.git $repo_tag $in |
