Closed
Bug 36296
Opened 25 years ago
Closed 25 years ago
mddepend.pl doesn't work under beos
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: justin, Assigned: cls)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
on the beos, unlike unix, when cpp generates .cpp/.h dependencies, a space is
placed between the object file name and the colon which separates it from the
list of files it depends on. for example: say we have a file stuff.cpp. when
built under the beos, its dep file (.deps/stuff.pp) will begin "stuff.o :
stuff.cpp junk.h words.h". the same file, built under unix, will begin
"stuff.o: stuff.cpp..." (no space between .o and the colon).
this extra space breaks mddepend.pl (it thinks the trailing space is part of the
object file name), which, in turn, generally causes incremental builds to fail.
Reporter | ||
Comment 1•25 years ago
|
||
Patch has been checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•