Closed Bug 910096 Opened 11 years ago Closed 11 years ago

make export at top-level doesn't recurse js/src

Categories

(Firefox Build System :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla26

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file)

      No description provided.
That's due to js.mozbuild doing this:
  add_tier_dir('js', 'js/src', static=True)

It does it so that js/src is not traversed for moz.build files, but static=True also means js/src is not considered as a directory traversed with (export, libs, tools).
'external' is probably a poorly chosen term, but what i mean to do here is add a class of directories for which we don't traverse for moz.build, but that are built with (export, libs, tools)
Attachment #796451 - Flags: review?(gps)
Comment on attachment 796451 [details] [diff] [review]
Treat js/src differently from other "static" directories

Review of attachment 796451 [details] [diff] [review]:
-----------------------------------------------------------------

Please document this in sandbox_symbols.py.

I also wish there were tests for this. But I have a feeling all this tiers foo will likely change soon, so no sense worrying about it too much.
Attachment #796451 - Flags: review?(gps) → review+
https://hg.mozilla.org/mozilla-central/rev/82379a4b4063
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: