Closed
Bug 200666
Opened 22 years ago
Closed 22 years ago
venkman/resources makefile missing in allmakefiles.sh
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.4beta
People
(Reporter: bernd_mozilla, Assigned: netscape)
Details
Attachments
(1 file)
|
704 bytes,
patch
|
Details | Diff | Splinter Review |
Somehow my debug build did not like venkman any more. I added at
http://lxr.mozilla.org/mozilla/source/allmakefiles.sh#1148
a line for
extensions/venkman/resources/Makefile to get a makefile in the resources
directory as there is a
http://lxr.mozilla.org/mozilla/source/extensions/venkman/resources/Makefile.in
And voila, my build (with a separate obj-dir) under win98 started to compile
| Assignee | ||
Comment 1•22 years ago
|
||
Odd. We're supposed to be able to generate missing makefiles on the fly. Can
you post the error that you saw in your build?
No I cant really remember what messages appeared. I updated yesterday my tree
which I do seldom (layout-tables is soooo quite). Then the build broke in
layout-debug. So I killed the extension in the .mozconfig file. Somehow it did
not work as I thought, so I deleted content of the obj-i686-pc-cygwin
directory. And started with make -f client.mk build_all_dep. It stopped in the
venkman directory claiming that it could not find the resources directory. And
yes it was right there was no resources directory. Then I looked why it did not
create the directory before. Then I searched for venkman and found
allmakefiles.sh and it looked like every makefile is listed there. So I added
the venkman/resources/makefile and issued again make -f client.mk build_all_dep
and it worked.
| Assignee | ||
Comment 3•22 years ago
|
||
| Assignee | ||
Comment 4•22 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.4beta
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•