changeset 11921:74c9e6232edb

6934378 ss12u1 lint should be picked up by default rather than driven through developer script
author Surya Prakki <Surya.Prakki@Sun.COM>
date Sun, 14 Mar 2010 21:58:31 -0700
parents 4618932f3ed5
children 56b5cca5a009
files usr/src/Makefile.master
diffstat 1 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/Makefile.master	Mon Mar 15 08:36:17 2010 +0800
+++ b/usr/src/Makefile.master	Sun Mar 14 21:58:31 2010 -0700
@@ -678,6 +678,13 @@
 SPRO_VROOT=		$(SPRO_ROOT)/SS12
 GNU_ROOT=		$(SFW_ROOT)
 
+# Till SS12u1 formally becomes the NV CBE, LINT is hard
+# coded to be picked up from the $SPRO_ROOT/sunstudio12.1/
+# location. Impacted variables are sparc_LINT, sparcv9_LINT,
+# i386_LINT, amd64_LINT.
+# Reset them when SS12u1 is rolled out.
+#
+
 # Specify platform compiler versions for languages
 # that we use (currently only c and c++).
 #
@@ -688,7 +695,7 @@
 sparc_CPP=		/usr/ccs/lib/cpp
 sparc_AS=		/usr/ccs/bin/as -xregsym=no
 sparc_LD=		/usr/ccs/bin/ld
-sparc_LINT=		$(SPRO_VROOT)/bin/lint
+sparc_LINT=		$(SPRO_ROOT)/sunstudio12.1/bin/lint
 
 sparcv9_CC=		$(ONBLD_TOOLS)/bin/$(MACH)/cw -_cc
 $(__GNUC64)sparcv9_CC=	$(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc
@@ -697,7 +704,7 @@
 sparcv9_CPP=		/usr/ccs/lib/cpp
 sparcv9_AS=		/usr/ccs/bin/as -xregsym=no
 sparcv9_LD=		/usr/ccs/bin/ld
-sparcv9_LINT=		$(SPRO_VROOT)/bin/lint
+sparcv9_LINT=		$(SPRO_ROOT)/sunstudio12.1/bin/lint
 
 # We compile 32-bit objects with cc by default
 i386_CC=		$(ONBLD_TOOLS)/bin/$(MACH)/cw -_cc
@@ -708,7 +715,7 @@
 i386_AS=		/usr/ccs/bin/as
 $(__GNUC)i386_AS=	$(ONBLD_TOOLS)/bin/$(MACH)/aw
 i386_LD=		/usr/ccs/bin/ld
-i386_LINT=		$(SPRO_VROOT)/bin/lint
+i386_LINT=		$(SPRO_ROOT)/sunstudio12.1/bin/lint
 
 # We compile 64-bit objects with gcc
 amd64_CC=		$(ONBLD_TOOLS)/bin/$(MACH)/cw -_cc
@@ -718,7 +725,7 @@
 amd64_CPP=		/usr/ccs/lib/cpp
 amd64_AS=		$(ONBLD_TOOLS)/bin/$(MACH)/aw
 amd64_LD=		/usr/ccs/bin/ld
-amd64_LINT=		$(SPRO_VROOT)/bin/lint
+amd64_LINT=		$(SPRO_ROOT)/sunstudio12.1/bin/lint
 
 NATIVECC=		$($(NATIVE_MACH)_CC)
 NATIVECCC=		$($(NATIVE_MACH)_CCC)