VirtualBox

Changeset 4733 in vbox


Ignore:
Timestamp:
Sep 12, 2007 12:43:21 PM (17 years ago)
Author:
vboxsync
Message:

moved PATH more to the beginning of the file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r4730 r4733  
    2121LC_ALL=C
    2222export LC_ALL
     23
     24# append some extra paths
     25PATH="$PATH:/opt/gnome/bin"
     26# solaris
     27PATH="/usr/ucb:/usr/xpg4/bin:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin"
     28export PATH
    2329
    2430#
     
    12911297check_kbuild
    12921298
     1299# append the tools directory to the default search path
     1300echo "$PATH" | grep -q "$DEVDIR_BIN" || PATH="$PATH:$DEVDIR_BIN"
     1301export PATH
     1302
    12931303# some things are not available in for OSE
    12941304if [ $OSE -ge 1 ]; then
     
    13141324[ $WITH_QT -eq 0 ]      && cnf_append "VBOX_WITH_QTGUI" ""
    13151325[ $WITH_SDL_TTF -eq 0 ] && cnf_append "VBOX_WITH_SECURELABEL" ""
    1316 
    1317 # append the tools directory to the default search path
    1318 echo "$PATH" | grep -q "$DEVDIR_BIN" || PATH="$PATH:$DEVDIR_BIN"
    1319 
    1320 # append some extra paths
    1321 PATH="$PATH:/opt/gnome/bin"
    1322 # solaris
    1323 PATH="/usr/ucb:/usr/xpg4/bin:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin"
    1324 export PATH
    13251326
    13261327# the tools
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette