diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-01-10 18:58:26 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-01-10 21:36:56 -0600 |
commit | 37b84efc2deb7226237e01b80eab54b80dc0d25e (patch) | |
tree | 80cd31b430f895968cbdc31809fd2090e4f2d315 /solenv/gbuild/Deliver.mk | |
parent | 63b390b7f4ac02152a6f8fafa8b97a586a926308 (diff) |
rename gb_HIRESTIME to gb_LOWRESTIME. Assume highres precision by default
Diffstat (limited to 'solenv/gbuild/Deliver.mk')
-rw-r--r-- | solenv/gbuild/Deliver.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Deliver.mk b/solenv/gbuild/Deliver.mk index f7322bb4637b..62540731c494 100644 --- a/solenv/gbuild/Deliver.mk +++ b/solenv/gbuild/Deliver.mk @@ -39,7 +39,7 @@ endef define gb_Deliver_add_deliverable gb_Deliver_DELIVERABLES += $$(patsubst $(REPODIR)/%,%,$(2)):$$(patsubst $(REPODIR)/%,%,$(1)) -$(if $(gb_HIRESTIME),,.LOW_RESOLUTION_TIME : $(1)) +$(if $(gb_LOWRESTIME),.LOW_RESOLUTION_TIME : $(1),) endef |