summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-11-15 10:47:10 +0100
committerTim Taubert <ttaubert@mozilla.com>2016-11-15 10:47:10 +0100
commitc2ecee835efc98be065bee6bf2164c872f8728f5 (patch)
treede8824c03e49fc098293ff022566c2fa3b1773f0 /Makefile
parent8dab168bb3d73b6cbb6902289afe92618bbee30f (diff)
downloadnss-hg-c2ecee835efc98be065bee6bf2164c872f8728f5.tar.gz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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
+