From 150b938b4922ec162bcb593c365e3d3616e0dbd7 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 3 Feb 2017 15:59:42 -0800 Subject: [build, ios, macos] Simplify version portion of user agent string The X.Y.Z version portion was unreliable, as it pulled from the latest tag regardless of platform. Set version to 0.0.0 and retrieve only the hash, which allows us to drop the node/npm dependency. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a1283c8695..a80f496f13 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,6 @@ compdb: $(BUILD_DEPS) $(TEST_DEPS) $(MACOS_COMPDB_PATH)/Makefile clang-tools: compdb if test -z $(CLANG_TIDY); then .mason/mason install clang-tidy 3.9.1; fi if test -z $(CLANG_FORMAT); then .mason/mason install clang-format 3.9.1; fi - $(MAKE) -C $(MACOS_COMPDB_PATH) mbgl-headers .PHONY: tidy tidy: clang-tools @@ -366,7 +365,6 @@ compdb: $(LINUX_BUILD) clang-tools: compdb if test -z $(CLANG_TIDY); then .mason/mason install clang-tidy 3.9.1; fi if test -z $(CLANG_FORMAT); then .mason/mason install clang-format 3.9.1; fi - $(NINJA) $(NINJA_ARGS) -j$(JOBS) -C $(LINUX_OUTPUT_PATH) mbgl-headers .PHONY: tidy tidy: clang-tools -- cgit v1.2.1