Closed Bug 503703 Opened 15 years ago Closed 15 years ago

Add make target for building a single-OS XPI

Categories

(Firefox :: Sync, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: mconnor, Assigned: mconnor)

References

Details

Attachments

(1 file)

Useful for Linux distros/unsupported OSes.
Component: General → Build Config
QA Contact: general → build-config
Target Milestone: 0.6 → 0.7
Allows a single build for multiple platforms without needing the whole list.
Attachment #396089 - Flags: review?(edilee)
Attachment #396089 - Flags: review?(edilee) → review+
Comment on attachment 396089 [details] [diff] [review]
add a space-separated target for packaging a subset of platforms

>+++ b/Makefile
>+ifeq ($(platform_target),)
>+  export $(platform_target)
>+endif
This doesn't seem to be necessary. export if empty, but you check if defined in crypto/Makefile.

Probably update the help target of this makefile to include platform_target though.

>+++ b/crypto/Makefile
>+	cd platform;mkdir -p ../$(stage_dir)/platform;cp -R -v $(platform) ../$(stage_dir)/platform
Oooh ;) You can do this for desktop builds ;)

make platform_target='{Darwin,Linux_x86*,WINNT*}'
http://hg.mozilla.org/labs/weave/rev/c3f9b87fc9d7
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Blocks: 522091
Component: Firefox Sync: Build → Sync
Product: Cloud Services → Firefox
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: