Changeset 5536 in vbox
- Timestamp:
- Oct 27, 2007 3:05:45 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25758
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r5534 r5536 22 22 # Solaris (order of paths important for tr, echo, grep, sed to work) 23 23 PATH="/usr/xpg4/bin:/usr/ucb:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin" 24 ORGPATH=$PATH 24 25 25 26 # … … 1144 1145 # Because of sh being non-default shell in Solaris we need to export PATH again when 1145 1146 # sourcing env.sh. Simply exporting from ./configure does not export PATH correctly. 1146 echo "PATH=\"$ PATH\"" >> $ENV1147 echo "PATH=\"$ORGPATH\"" >> $ENV 1147 1148 echo "echo \"\$PATH\" | /usr/sfw/bin/ggrep -q \"\$path_kbuild_bin\" || PATH=\"\$path_kbuild_bin:\$PATH\"" >> $ENV 1148 1149 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.