Closed
Bug 448494
Opened 17 years ago
Closed 17 years ago
Remove nsprpub/configure from mozilla-central
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mozilla, Unassigned)
Details
Attachments
(1 file)
|
172.61 KB,
patch
|
benjamin
:
review-
|
Details | Diff | Splinter Review |
The version of nsprpub/configure in mozilla-central causes problems on OS/2 where we need to regenerate it, apparently with some stuff specific for our system. For nightlies, my script does that automatically, but for manual builds and releases I always forget that...
Like the main configure file nsprpub/configure will be recreated from source by the build system if it is not there, so I propose to remove it from Hg. If it is added to .hgignore, too, it won't be added back with later NSPR updates.
Attachment #331703 -
Flags: review?(benjamin)
| Reporter | ||
Comment 1•17 years ago
|
||
Comment on attachment 331703 [details] [diff] [review]
Do it
Maybe Ted is faster reviewing this...
Attachment #331703 -
Flags: review?(ted.mielczarek)
Comment 2•17 years ago
|
||
I don't think we want to do this. I'd really like to get back to checking in the main configure script as well, but I don't want to remove this file which is part of the standard NSPR sources.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
Updated•17 years ago
|
Attachment #331703 -
Flags: review?(ted.mielczarek)
Attachment #331703 -
Flags: review?(benjamin)
Attachment #331703 -
Flags: review-
| Reporter | ||
Comment 3•17 years ago
|
||
Then what do you suggest we should do on OS/2? It will break the build every time after a pull/update. As a configure run takes a few minutes this is really annoying. Is there a fancy Hg trick to not update this file?
At least I believe I found a way to not accidentally check in my changed version. For that I added ignore.mozilla = ~/.hgignore.mozilla to ~/.hgrc and in that file list nsprpub/configure.
Comment 4•17 years ago
|
||
hg revert nsprpub/configure ?
| Reporter | ||
Comment 5•17 years ago
|
||
I don't really see how hg revert is supposed to help. With that I always get the "bad" one that is pulled from tip.
I guess I'll file a new bug to support RUN_AUTOCONF_LOCALLY with client.py.
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•