VirtualBox

Changeset 5536 in vbox


Ignore:
Timestamp:
Oct 27, 2007 3:05:45 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25758
Message:

Don't use the hacked path with all the bin/amd64 stuff and removed :: when writing env.sh on solaris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r5534 r5536  
    2222# Solaris (order of paths important for tr, echo, grep, sed to work)
    2323PATH="/usr/xpg4/bin:/usr/ucb:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin"
     24ORGPATH=$PATH
    2425
    2526#
     
    11441145      # Because of sh being non-default shell in Solaris we need to export PATH again when
    11451146      # sourcing env.sh. Simply exporting from ./configure does not export PATH correctly.
    1146       echo "PATH=\"$PATH\"" >> $ENV
     1147      echo "PATH=\"$ORGPATH\"" >> $ENV
    11471148      echo "echo \"\$PATH\" | /usr/sfw/bin/ggrep -q \"\$path_kbuild_bin\" || PATH=\"\$path_kbuild_bin:\$PATH\"" >> $ENV
    11481149      echo "echo \"\$PATH\" | /usr/sfw/bin/ggrep -q \"\$path_dev_bin\" || PATH=\"\$path_dev_bin:\$PATH\"" >> $ENV
Note: See TracChangeset for help on using the changeset viewer.

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