We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059af28 commit f1e6ee2Copy full SHA for f1e6ee2
scripts/build/git-clone.bash
@@ -18,6 +18,9 @@ perform() {
18
git -C "$1" submodule update --init --recursive
19
git -C "$1" submodule foreach git reset --hard
20
git -C "$1" submodule foreach git clean -ffdx
21
+
22
+ # set the same timestamps for all files, required by some Makefiles
23
+ ( cd "$1"; git ls-files -z | xargs -0 touch -h )
24
}
25
26
while read REPO COMMIT_SHA REST; do
0 commit comments