Closed
Bug 1134428
Opened 10 years ago
Closed 10 years ago
js/src/make-source-package.sh is out of date
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
References
Details
Attachments
(1 file)
The js/src/make-source-package.sh script, which is supposed to build a stand-alone SpiderMonkey distribution, is out of date. The tar file produced no longer includes all the files necessary to build SpiderMonkey.
Attachment #8566256 -
Flags: review?(sphink)
Assignee | ||
Updated•10 years ago
|
Attachment #8566256 -
Flags: review?(sphink) → review?(sstangl)
Comment 1•10 years ago
|
||
Comment on attachment 8566256 [details] [diff] [review]
Update js/src/make-source-package.sh to include all source files now needed for a SpiderMonkey build.
Review of attachment 8566256 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/make-source-package.sh
@@ +30,5 @@
> ;;
> "build")
> + # Ensure that the configure script is newer than the configure.in script.
> + if [ ${SRCDIR}/configure.in -nt ${SRCDIR}/configure ]; then
> + echo "error: js/src/configure is out of date. Please regenerate before packaging." >&2
This is nice. Thanks!
Attachment #8566256 -
Flags: review?(sstangl) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Assignee: nobody → jimb
Status: NEW → ASSIGNED
Flags: in-testsuite-
Target Milestone: --- → mozilla38
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•