Print this page
XXXX disable shadow compilation by default

*** 193,202 **** --- 193,205 ---- export BUILD_TOOLS='/opt' #export ONBLD_TOOLS='/opt/onbld' export SPRO_ROOT='/opt/SUNWspro' export SPRO_VROOT="$SPRO_ROOT" + # Disable shadow compilation by default. + export CW_NO_SHADOW='1' + # This goes along with lint - it is a series of the form "A [y|n]" which # means "go to directory A and run 'make lint'" Then mail me (y) the # difference in the lint output. 'y' should only be used if the area you're # linting is actually lint clean or you'll get lots of mail. # You shouldn't need to change this though.