Kaydet (Commit) 74f249ff authored tarafından Petr Mladek's avatar Petr Mladek

touch --no-dereference does not work on MACOSX

Change-Id: I71e8658453e0e96e631cc2ef3996d660950c49cc
üst dfcc20fd
......@@ -60,7 +60,7 @@ endif
endef
define gb_Deliver__deliver
$(if $(gb_Deliver_CLEARONDELIVER),rm -f $(2) &&) $(if $(gb_Deliver_HARDLINK),ln,cp -P -f) $(1) $(2) && touch --no-dereference -r $(1) $(2)
$(if $(gb_Deliver_CLEARONDELIVER),rm -f $(2) &&) $(if $(gb_Deliver_HARDLINK),ln,cp -P -f) $(1) $(2) && touch $(if $(filter-out MACOSX,$(OS_FOR_BUILD)),--no-dereference) -r $(1) $(2)
endef
ifneq ($(strip $(gb_Deliver_GNUCOPY)),)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment