gnumake2: added gb_HIRESTIME to allow getting rid of annoying LOW_RESOLUTION_TIME warnings
This commit is contained in:
parent
a05a7c4035
commit
a58768cf87
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ endef
|
|||
|
||||
define gb_Deliver_add_deliverable
|
||||
gb_Deliver_DELIVERABLES += $$(patsubst $(REPODIR)/%,%,$(2)):$$(patsubst $(REPODIR)/%,%,$(1))
|
||||
.LOW_RESOLUTION_TIME : $(1)
|
||||
$(if $(gb_HIRESTIME),,.LOW_RESOLUTION_TIME : $(1))
|
||||
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue