Sorry for the slow response--I'm still catching up after 2 weeks
vacation followed by a week of meetings.

>>>>> "Chris" == Chris Quenelle <Chris.Quenelle at sun.com> writes:

Chris> I am working on ctfconvert, so I need the ctf tools to come from
Chris> my local src tree, but the compilers should come from the usual
Chris> spot.  It would really help me get my bearings if the DevRef had
Chris> a summary of the most useful make targets and variables for
Chris> dealing with local tools changes.

Hmm.  You shouldn't need to change any variables; "bldenv -t" should do
all that for you.  So you should be able to do something like

    $ bldenv -t my-env.sh
    (make edits)
    $ (cd $SRC/tools; dmake install)
    $ (cd $SRC; dmake install)

I can see where this wouldn't be obvious, though.  If the above recipe
works for you, let me know, and I'll see about getting it published.

thanks,
mike

Reply via email to