Closed Bug 1316604 Opened 8 years ago Closed 8 years ago

Add variables for <(nss_dist_dir)/{public,private}

Categories

(NSS :: Build, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ted, Assigned: ted)

References

Details

Attachments

(1 file)

Mozilla's build system currently puts NSS public headers directly in
$(DIST)/include/nss, so we need a way to override the export directory.
I generated this patch mostly by running the command:
find . -name 'exports.gyp' -exec sed -E -ie 's!<\(nss_dist_dir\)/(public|private)!<\(nss_\1_dist_dir\)!' {} \;

I wrote the config.gypi changes by hand, and I fixed up the one remaining file that referenced these variables (cmd/modutil/modutil.gyp) manually.
Attachment #8809435 - Flags: review?(franziskuskiefer)
Attachment #8809435 - Flags: review?(franziskuskiefer) → review+
https://hg.mozilla.org/projects/nss/rev/c2b5a69382c4ec47436e5777ca2238c5f0fa8d5d
bug 1316604 - Add variables for <(nss_dist_dir)/{public,private}. r=franziskus
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: