# HG changeset patch # User Alan Coopersmith # Date 1206406335 25200 # Node ID eace111d21debd34c3a06644d8279ddc37061183 # Parent 37921779d3c0b70fc5c8c7ebe44375f740fcbff6 buildit script: Add /opt/jdsbld/bin to $PATH, fix path to proto area being removed diff -r 37921779d3c0 -r eace111d21de buildit --- a/buildit Mon Mar 24 16:05:09 2008 -0700 +++ b/buildit Mon Mar 24 17:52:15 2008 -0700 @@ -5,7 +5,7 @@ # ########################################################################### # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the @@ -34,7 +34,7 @@ # ########################################################################### # -# ident "@(#)buildit 1.2 07/01/31 SMI" +# ident "@(#)buildit 1.3 08/03/24 SMI" # @@ -57,9 +57,9 @@ done -# Add /usr/sfw/bin & /opt/sfw/bin to path for GNU tools for external modules +# Add /usr/sfw/bin, /opt/sfw/bin, & /opt/jdsbld/bin to path for GNU tools -PATH=$PATH:/usr/sfw/bin:/opt/sfw/bin +PATH=$PATH:/opt/jdsbld/bin:/usr/sfw/bin:/opt/sfw/bin export PATH [ -d log ] || mkdir log