On Wed, Jan 24, 2007 at 01:49:01PM +0530, Sivakumar.Shanmugasundaram at sun.com
wrote:
> I have built the SFWNV on my system. Now, how to test, say just a package?
> Basically, I want to test the newly created SFWgcc package.
> What is the command to build the SFWgcc package from the workspace and where
> will it be available (under proto, perhaps?)
If you've done a nightly build with "p" in NIGHTLY_OPTIONS, then the
packages should already exist, most likely in a "packages" subdirectory of
the workspace. From there, you can simply pkgadd the package to the system
(though you may want to pkgrm it from the system first, if an older copy is
installed).
If you didn't do a full nightly, then you can do something like this:
cd $SRC/pkgdefs
make awk_pkginfo
cd SFWgcc
make install
Danek