Closed
Bug 197656
Opened 23 years ago
Closed 23 years ago
codesighs test doesn't handle objdirs
Categories
(Webtools Graveyard :: Tinderbox, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bbaetz, Assigned: cls)
Details
Attachments
(2 files)
|
1.00 KB,
patch
|
netscape
:
review+
|
Details | Diff | Splinter Review |
|
8.53 KB,
patch
|
alecf
:
review+
|
Details | Diff | Splinter Review |
Like the rest of the places which ask for an objdir, the -o option passed to
codesighs (which requires cls' not-yet-checked-in patches) needs to prepend the
srcdir
The patch I'll attach is working on brad/brad-fast, but needs sanity-testing on
a non-objdir build.
| Reporter | ||
Comment 1•23 years ago
|
||
$objdir could probably be used in other places in the file, but....
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Comment on attachment 117375 [details] [diff] [review]
fix
r=cls
Attachment #117375 -
Flags: review+
| Reporter | ||
Comment 4•23 years ago
|
||
attachment 117375 [details] [diff] [review] checked in. (cls fixed the absolute-objdir case last night)
Summary: codesighs test doesn't handle relative objdirs → codesighs test doesn't handle objdirs
Comment 5•23 years ago
|
||
Comment on attachment 117376 [details] [diff] [review]
make codesigh scripts objdir aware
comments people! This looks fine but add some comments explaining the "shift
shift" stuff..sr=alecf with that.
Attachment #117376 -
Flags: review+
| Reporter | ||
Comment 6•23 years ago
|
||
cls, can you handle checking this in? Thanks!
Assignee: bbaetz → cls
Comment 7•23 years ago
|
||
Patch checked in with comments added.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
This didn't quite work for me on Windows. I filed bug 207802 with the
additional patch I needed (to transform /cygdrive/d/... paths into d:/...
paths). (dumpbin didn't like the cygdrive paths -- it thought they were
command-line options.)
Updated•11 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•