Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-tools/mono-runtimes/mono-runtimes.targets
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
</ItemGroup>
<Target Name="_SetAutogenShTimeToLastCommitTimestamp">
<Exec
Command="touch -m -t `git log -1 --format=%25cd --date=format-local:%25Y%25m%25d%25H%25M.%25S` autogen.sh"
Command="touch -m --date=%22`git log -1 --format=%25cd --date=iso`%22 autogen.sh"
WorkingDirectory="$(MonoSourceFullPath)"
/>
<Exec
Command="touch -m -t `git log -1 --format=%25cd --date=format-local:%25Y%25m%25d%25H%25M.%25S` Makefile.config.in"
Command="touch -m --date=%22`git log -1 --format=%25cd --date=iso`%22 Makefile.config.in"
WorkingDirectory="$(LlvmSourceFullPath)"
/>
</Target>
Expand Down