Kaydet (Commit) fc4a339d authored tarafından Richard PALO's avatar Richard PALO Kaydeden (comit) Caolán McNamara

use special $(TOUCH) for touch -hr

Change-Id: Ifb95dc6bb4bc70f7c4fcd765d96b9aeb3cbdeb38
Reviewed-on: https://gerrit.libreoffice.org/13664Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 48e79bbc
......@@ -51,7 +51,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 -hr $(1) $(2)
$(if $(gb_Deliver_CLEARONDELIVER),rm -f $(2) &&) $(if $(gb_Deliver_HARDLINK),ln,cp -P -f) $(1) $(2) && $(TOUCH) -hr $(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