Cleaning up an NSS build

2002-03-08 Thread Patrick

Hello,

What command to execute to clean up *all* of an NSS build?

I built NSS on one platform (HPUX11) and now want to use the same dir
structure (/mozilla) to build NSS on another platform (SunOS5.8)
However it seems the 2nd build did not create the expected SunOS5.8*.OBJ
output directories...Only the HP-UXB*.OBJ output directories from previous
build remain...Can one use the same mozilla dir tree to do 2 successive
builds on 2 different platforms? (The mozilla dir tree is shared across both
platforms via nfs)


-- P






Re: Cleaning up an NSS build

2002-03-08 Thread Julien Pierre

Patrick,

Patrick wrote:

 Hello,
 
 What command to execute to clean up *all* of an NSS build?
 
 I built NSS on one platform (HPUX11) and now want to use the same dir
 structure (/mozilla) to build NSS on another platform (SunOS5.8)
 However it seems the 2nd build did not create the expected SunOS5.8*.OBJ
 output directories...Only the HP-UXB*.OBJ output directories from previous
 build remain...Can one use the same mozilla dir tree to do 2 successive
 builds on 2 different platforms? (The mozilla dir tree is shared across both
 platforms via nfs)


Yes, you can share the mozilla tree between platforms, and that's the 
way we typically work.

To get rid of a build, go to mozilla/security/nss and do a gmake 
clobber_all . Similarly, gmake nss_build_all will do the full build.
This will only delete or build the directories for the platform you are 
currently running gmake on . The other platform subdirectories will be 
left untouched.





Re: Cleaning up an NSS build

2002-03-08 Thread Patrick

Ok thanks much.

Julien Pierre [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Patrick,

 Patrick wrote:

  Hello,
 
  What command to execute to clean up *all* of an NSS build?
 
  I built NSS on one platform (HPUX11) and now want to use the same dir
  structure (/mozilla) to build NSS on another platform (SunOS5.8)
  However it seems the 2nd build did not create the expected SunOS5.8*.OBJ
  output directories...Only the HP-UXB*.OBJ output directories from
previous
  build remain...Can one use the same mozilla dir tree to do 2 successive
  builds on 2 different platforms? (The mozilla dir tree is shared across
both
  platforms via nfs)


 Yes, you can share the mozilla tree between platforms, and that's the
 way we typically work.

 To get rid of a build, go to mozilla/security/nss and do a gmake
 clobber_all . Similarly, gmake nss_build_all will do the full build.
 This will only delete or build the directories for the platform you are
 currently running gmake on . The other platform subdirectories will be
 left untouched.