Closed
Bug 433354
Opened 18 years ago
Closed 17 years ago
make -f client.mk l10n-checkout and configure busted
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 440417
People
(Reporter: Pike, Unassigned)
References
Details
bug 422149 introduced dependencies for the configure target on all the CONFIGURES, but only the main configure/configure.in pair is part of l10n-checkout.
Thus
make -f client.mk l10n-checkout
make -f client.mk configure
is busted right now.
I'm not sure how to fix that right, I could just try to check those out, but then LDAP and nspr are coming from a branch, so, in theory, they don't necessarily have configure on the branch that client.mk uses for the rest. Checking them out from branches seems heavy, though.
configure itself actually drops the nsprpub configure based on COMPILE_ENVIRONMENT, but that's passed in as a ac_add_options, so I'm not really sure how to pass that info between check-out and configure.
Any suggestions?
Comment 1•18 years ago
|
||
is bug 422149 really the right bug number there?
| Reporter | ||
Comment 2•18 years ago
|
||
Duh, no. bug 375828, RUN_AUTOCONF_MANUALLY foo.
| Reporter | ||
Comment 3•17 years ago
|
||
bug 440417 has a patch for this, resolving DUPE
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•