You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
$(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
0 commit comments