Skip to content

Commit 92d7a8c

Browse files
committed
[tools] Try to fix #xamarin/maccore@2637 by making sure a file's timestamp changes.
Try to fix #xamarin/maccore@2637 by making sure a file's timestamp changes after make runs the corresponding target. Otherwise it seems make may run into some sort of infinite loop. Ref: xamarin/maccore#2637
1 parent 608765e commit 92d7a8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/common/Make.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
-e "s/@PRODUCT_HASH@/$(CURRENT_HASH_LONG)/g" \
5959
6060
$(Q) if ! diff $@ [email protected] >/dev/null; then $(CP) [email protected] $@; echo "The file $(TOP)/tools/common/SdkVersions.cs has been automatically re-generated; please commit the changes."; fi
61+
$(Q) touch $@
6162

6263
../common/ProductConstants.cs: ../common/ProductConstants.in.cs Makefile $(TOP)/Make.config
6364
$(Q_GEN) sed \

0 commit comments

Comments
 (0)