Closed
Bug 303292
Opened 19 years ago
Closed 19 years ago
client.mk: "No such file" error on build
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: Callek)
References
Details
Attachments
(1 file)
(deleted),
patch
|
benjamin
:
review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
The checkin to Bug 301197 on client.mk caused build horkage for me (and my build
scripts) this is due to my environment being located in $(ROOTDIR) instead of
$(TOPSRCDIR) on my invocation of |make -f client.mk build|
Simple solution is to add a $(TOPSRCDIR) to the make line which now calls configure.
Patch forthcoming.
Assignee | ||
Comment 1•19 years ago
|
||
This should do it.
Attachment #191520 -
Flags: superreview?(benjamin)
Attachment #191520 -
Flags: review?(benjamin)
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8b4?
Updated•19 years ago
|
Flags: blocking1.8b4? → blocking1.8b4+
Updated•19 years ago
|
Assignee: nobody → bugspam.Callek
Updated•19 years ago
|
Attachment #191520 -
Flags: superreview?(benjamin)
Attachment #191520 -
Flags: review?(benjamin)
Attachment #191520 -
Flags: review+
Assignee | ||
Updated•19 years ago
|
Attachment #191520 -
Flags: approval1.8b4?
Assignee | ||
Updated•19 years ago
|
Whiteboard: [ETA 8/5]
Updated•19 years ago
|
Attachment #191520 -
Flags: approval1.8b4? → approval1.8b4+
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [ETA 8/5]
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
•