Open
Bug 1407421
Opened 7 years ago
Updated 2 years ago
Stop emitting make variables to be expanded from configure
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: chmanchester, Unassigned)
Details
For instance '$(topobjdir)' in _DEFINES_CFLAGS, which gives mozbuild the job of making this make sense for multiple build backends.
Reporter | ||
Comment 1•7 years ago
|
||
(In reply to Chris Manchester (:chmanchester) from comment #0)
> For instance '$(topobjdir)' in _DEFINES_CFLAGS, which gives mozbuild the job
> of making this make sense for multiple build backends.
I think I'm going to end up converting these in bug 1403346 to use $_objdir, but there are still quite a few examples of this in old-configure that ought to be dealt with.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•