Closed Bug 36296 Opened 24 years ago Closed 24 years ago

mddepend.pl doesn't work under beos

Categories

(SeaMonkey :: Build Config, defect, P3)

x86
BeOS

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: justin, Assigned: cls)

References

Details

Attachments

(1 file)

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.
Attached patch patch to fix bugSplinter Review
Keywords: patch
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
*** Bug 36506 has been marked as a duplicate of this bug. ***
Patch has been checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
problem fixed - thanks!
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: