update timestamp of mirrored fcp files when copying them over so that make knows they are up to date

Summary: Kept seeing those being installed despite not changing.

Reviewed By: jberdine

Differential Revision: D4455398

fbshipit-source-id: f125bcd
master
Jules Villard 8 years ago committed by Facebook Github Bot
parent df5798336b
commit bd2110a789

@ -347,7 +347,7 @@ $(foreach atd_type,b j t v,\
define mirror_fcp_file
$(CLANG_SOURCES)/$(notdir $(1)): $(1)
$(INSTALL_DATA) -C $$< $$@
$(INSTALL_DATA) $$< $$@
endef
$(foreach file, $(FCP_FILES_TO_MIRROR), $(eval $(call mirror_fcp_file,$(file))))

Loading…
Cancel
Save