On Wednesday 30 July 2008 15:06:35 Mark Wright wrote: > (2) I could remove the $KBE_PREFIX/bin and just use sed instead, and assume > the build environment has that in the path first. ?Note though that in this > script I need to alter the path so that /usr/ccs/bin/make is used, but then > I guess that is being done just for the X-Windows consolidation build > environment.
The PATH ought to be set up by the SPEC file before calling build.sh (or any other script in Solaris/) so that the tools in the CBE / KBE come first; if you need to tweak which make is used, couldn't you use MAKE=/usr/ccs/bin/make ?
