Thanks. This worked.
Only problem is that I have to change a lot of files.
I want to add Objective-C compiler files in the SUNWgcc package 
(CR#6514442). This seem to require changing a lot of files (Makefile, 
install-sfw, DISTFILES, ...)
Can any one point to me the exact list of files to be changed and is 
there any easy way out other than to find out manually what exactly 
will be required to complete the packaging? Thanks.

Regards
Siva




On 2007-01-25 00:58:53 +0530 Danek Duvall <danek.duvall at sun.com> wrote:

> 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
> 


Reply via email to