Closed Bug 1206308 Opened 9 years ago Closed 9 years ago

Minor enhancements to make-source-package.sh

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla45
Tracking Status
firefox45 --- fixed

People

(Reporter: sfink, Assigned: sfink)

Details

Attachments

(1 file)

I was working with someone on IRC to try out an esr38 source package, and fiddled around with the packaging command.
Here are my changes. The zlib and nspr stuff are necessary, at least for it to work on Windows.
Attachment #8663202 - Flags: review?(sstangl)
Comment on attachment 8663202 [details] [diff] [review]
Minor enhancements to make-source-package.sh

Review of attachment 8663202 [details] [diff] [review]:
-----------------------------------------------------------------

Great. Thanks for doing this!
Attachment #8663202 - Flags: review?(sstangl) → review+
Comment on attachment 8663202 [details] [diff] [review]
Minor enhancements to make-source-package.sh

Review of attachment 8663202 [details] [diff] [review]:
-----------------------------------------------------------------

::: js/src/make-source-package.sh
@@ +4,5 @@
>  # files we don't actually maintain ourselves, and requirements could easily be
>  # broken.
>  set -e
>  
> +MAKE=${MAKE:-make}

An alternate way that may be preferable, if you want:
: ${MAKE:=make}
https://hg.mozilla.org/mozilla-central/rev/047cd783c3e2
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: