diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-08-01T20·42-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-08-01T20·42-0400 |
commit | 46f852cda013b818f113c7905f020131a44f2340 (patch) | |
tree | b0a7b33f8b3c370a18da777a189a7de010b16055 /substitute.mk | |
parent | afa7e0187815d89c8af93fa9c1081bf67ab0f10e (diff) |
Use a GNU tar flag to shut up warnings about implausibly old timestamp
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk index 77c5afc28117..378751943a7e 100644 --- a/substitute.mk +++ b/substitute.mk @@ -22,6 +22,7 @@ -e "s^@coreutils\@^$(coreutils)^g" \ -e "s^@sed\@^$(sed)^g" \ -e "s^@tar\@^$(tar)^g" \ + -e "s^@tarFlags\@^$(tarFlags)^g" \ -e "s^@gzip\@^$(gzip)^g" \ -e "s^@pv\@^$(pv)^g" \ -e "s^@tr\@^$(tr)^g" \ |