Amanda Waite wrote:
> I was trying to build my Ruby workspace on a SPARC system, not a
> complete nightly, just the component. The workspace was newly added to
> this system so I had to run make in $SRC to build all of the tools. When
> I did, it built the Apache Std C++ libraries (still is building them
> after 5 hours). Is this expected to happen? The system is running
> snv_124 and so the Apache libraries are there already.
>
> Maybe I did something daft and it shouldn't have happened but as it's
> still building I'm not going to interfere.
if you just did 'make' in usr/src then it did whatever the first
target it found was. Which is probably 'all'.
If you wanted to just build the tools and such so you can build
your thing you want to do the 'setup' target like bldenv tells you.
Mike