From c2ecee835efc98be065bee6bf2164c872f8728f5 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Tue, 15 Nov 2016 10:47:10 +0100 Subject: Bug 1317318 - Run tests by getting the $objdir from dist/latest or generate if missing r=mt Differential Revision: https://nss-review.dev.mozaws.net/D62 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c287286f..c824ba245 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ include $(CORE_DEPTH)/coreconf/rules.mk # (7) Execute "local" rules. (OPTIONAL). # ####################################################################### -nss_build_all: build_nspr all +nss_build_all: build_nspr all latest nss_clean_all: clobber_nspr clobber @@ -163,3 +163,6 @@ nss_RelEng_bld: import all package: $(MAKE) -C pkg publish +latest: + echo $(OBJDIR_NAME) > $(CORE_DEPTH)/../dist/latest + -- cgit v1.2.1