make-rules/shared-macros.mk
branchs11-update
changeset 4521 983757fe4291
parent 4495 b5776fb3ca40
child 4563 5d3e1ffc1ae1
--- a/make-rules/shared-macros.mk	Mon Jun 22 16:13:26 2015 -0700
+++ b/make-rules/shared-macros.mk	Mon Jun 22 11:56:53 2015 -0700
@@ -92,6 +92,10 @@
 
 ROOT =			/
 
+# The changset and external source repo used in building the packages.
+CONSOLIDATION_CHANGESET=$(shell hg identify -i)
+CONSOLIDATION_REPOSITORY_URL=https://hg.java.net/hg/solaris-userland~gate
+
 # Native OS version
 OS_VERSION :=		$(shell uname -r)
 SOLARIS_VERSION =	$(OS_VERSION:5.%=2.%)