Changeset 5536
- Timestamp:
- 10/27/07 05:05:45 (1 year ago)
- Files:
-
- trunk/configure (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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

