Closed
Bug 786844
Opened 13 years ago
Closed 9 years ago
need more sensible makefile defaults
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rhelmer, Unassigned)
References
Details
The makefile could have more sensible defaults for someone installing for the first time:
1) "make" (no arguments)
Right now this runs "make test", but it's more typical in open-source projects to have this stage the install, e.g. install to a ./bin or ./build dir, which "make install" would then copy into place
2) java_analysis should not be part of default build
3) minidump_stackwalk should be part of default build
This one is tricky, it's very slow right now. We should figure out how to make this faster.
Reporter | ||
Comment 1•13 years ago
|
||
scripts/build.sh (which jenkins uses) will also need adjustment. Point 3 in comment 1 is a little trickier because jenkins relies on a pre-built mdsw and doesn't want to build it, so I think we need to have "make socorro" for just the socorro build.
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → rhelmer
You need to log in
before you can comment on or make changes to this bug.
Description
•