Commit ae62c2e
committed
Ensure that
For some reason, when the source dist archive is built, the file
modified times can be in the future. By adding the `--touch` argument,
all files have their modified time set to the extraction time. This
prevents the "infinite loop make" behavior described in
#14440
These changes also update the arguments passed to `tar` to use full
arguments that are easier to understand, as well as removes the need
for the `xzcat` command, as all build enviroments should have `xz`
support built into GNU `tar`.tar sets file modified time correctly1 parent 81caabc commit ae62c2e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments