Closed
Bug 1038340
Opened 11 years ago
Closed 11 years ago
Convert Make Targets to Bash Scripts
Categories
(Socorro :: Infra, task)
Tracking
(Not tracked)
RESOLVED
FIXED
96
People
(Reporter: bramwelt, Assigned: bramwelt)
References
Details
The Makefile should be as dumb as possible, and merely run bash scripts. Make has subtle changes in the ways it runs and manages shell calls, which should be avoided in preference to pure bash.
This will convert the 5 make targets to bash scripts:
1) test
2) bootstrap
3) install
4) clean
5) lint
Comment 1•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/6c837a2948dfccf7e6dec9a0289289faa0c28a7f
Remove unused variables from Makefile
Fixes Bug 1038340
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 96
You need to log in
before you can comment on or make changes to this bug.
Description
•