Open Bug 1266252 Opened 8 years ago Updated 2 years ago

install_target of binaries belonging to the build application are prefixed with application directory

Categories

(Firefox Build System :: General, defect)

defect

Tracking

(Not tracked)

People

(Reporter: gps, Unassigned)

References

(Depends on 1 open bug)

Details

In bug 1253110, I discovered that the "install_target" attribute of various binary related classes from mozbuild.frontend.data aren't correct for binaries defined by the active application (e.g. "browser"). The install_target will be something like dist/bin/browser/firefox instead of dist/bin/firefox.
Note, that's because we don't currently support multiple FINAL_TARGETs (and related things, like DIST_SUBDIR) in the same directory. The easy way out would be to move building firefox.exe to a subdirectory where there's nothing else built.
Product: Core → Firefox Build System
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.