On Mon, Nov 2, 2009 at 6:18 AM, David Stutzman
<dstutz.m...@nospam.dstutz.com> wrote:
> Skellington wrote:
>>
>> Although they technically dont get copied in to "/Users/local/Desktop/
>> nss-3.12/mozilla/dist/Darwin9.7.0_DBG.OBJ/..." I found that they are
>> all sym links which kinda stinks, but atleast I know where they all
>> are.
>
> cp -L is your friend.

You can also set the NSDISTMODE build variable to "copy" before
you build NSS, which will cause NSS to copy the files to
mozilla/dist/Darwin9.7.0_DBG.OBJ/... rather than creating
symlinks.  I just documented the NSDISTMODE variable at
https://developer.mozilla.org/en/NSS_reference/NSS_environment_variables

You can set NSS build variables either as environment variables or
on the make command line.  For example,

  export NSDISTMODE=copy
  make nss_build_all

or

  make NSDISTMODE=copy nss_build_all

I recommend setting the build variables as environment variables.

Wan-Teh
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to