17591620 ruby 1.9 should not have its *.rb text files under amd64/sparcv9 directories (fix pkglint)
authorApril Chin <april.chin@oracle.com>
Thu, 13 Mar 2014 11:32:25 -0700
changeset 1757 c16b57481a8a
parent 1756 3579365335ef
child 1758 28f01aad153d
17591620 ruby 1.9 should not have its *.rb text files under amd64/sparcv9 directories (fix pkglint)
components/Makefile
--- a/components/Makefile	Wed Mar 12 17:11:44 2014 -0700
+++ b/components/Makefile	Thu Mar 13 11:32:25 2014 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../make-rules/shared-macros.mk
@@ -149,7 +149,9 @@
 # pkglint all of the published manifests in one batch.
 ifdef CANONICAL_REPO
 	@echo 'pkglinting all package manifests...'
-	@$(ENV) PYTHONPATH=$(WS_TOOLS)/python $(PKGLINT) \
+	@$(ENV) PYTHONPATH=$(WS_TOOLS)/python \
+			SOLARIS_VERSION=$(SOLARIS_VERSION) \
+			$(PKGLINT) \
 			-c $(WS_LINT_CACHE) -f $(WS_TOOLS)/pkglintrc \
 			$(shell find . -name 'manifest-*.published')
 endif