6809017 X builds should use SUNWlynx now that it's integrated, instead of SFWlynx
authorAlan Coopersmith <Alan.Coopersmith@Sun.COM>
Mon, 23 Feb 2009 20:10:39 -0800
changeset 648 aca390d422ee
parent 647 ea4856580883
child 649 f86993f8a87b
6809017 X builds should use SUNWlynx now that it's integrated, instead of SFWlynx
buildit
--- a/buildit	Mon Feb 23 15:59:50 2009 -0800
+++ b/buildit	Mon Feb 23 20:10:39 2009 -0800
@@ -5,7 +5,7 @@
 #
 ###########################################################################
 #
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2009 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.6	08/12/19 SMI"
+# ident "@(#)buildit	1.7	09/02/26 SMI"
 #
 
 MAKE_PKGS=0
@@ -56,9 +56,8 @@
 # Add /usr/bin to front of path in case user has /usr/gnu/bin default
 # Add /usr/sbin to path for dtrace
 # Add /usr/X11/bin to path for makedepend
-# Add /opt/sfw/bin to path for lynx
 
-PATH=/usr/bin:$PATH:/usr/sbin:/usr/X11/bin:/opt/sfw/bin
+PATH=/usr/bin:$PATH:/usr/sbin:/usr/X11/bin
 export PATH
 
 [ -d log ] || mkdir log