gnumake2: added gb_HIRESTIME to allow getting rid of annoying LOW_RESOLUTION_TIME warnings

This commit is contained in:
Bjoern Michaelsen 2010-12-06 14:23:17 +01:00
parent a05a7c4035
commit a58768cf87

View file

@ -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