Open Bug 1135684 Opened 9 years ago Updated 2 years ago

move build/unix/Makefile.in to moz.build

Categories

(Firefox Build System :: General, defect)

defect

Tracking

(Not tracked)

People

(Reporter: froydnj, Unassigned)

Details

Attachments

(1 file)

      No description provided.
Comment on attachment 8567948 [details] [diff] [review]
move build/unix/Makefile.in to moz.build

>-SDK_BINARY = run-mozilla.sh

>+FINAL_TARGET_FILES += ['run-mozilla.sh']

From config/rules.mk, it looks like SDK_BINARY would only install run-mozilla.sh if COMPILE_ENVIRONMENT if set. If unset, SDK_BINARY only installs python files. Does that seem right? If so, we might need to wrap this in an if CONFIG['COMPILE_ENVIRONMENT'], or make a separate SDK_BINARY moz.build variable that does this automatically.
Attachment #8567948 - Flags: review?(mshal) → feedback+
Comment on attachment 8567948 [details] [diff] [review]
move build/unix/Makefile.in to moz.build

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

Drive-by comment: it's nice to see patches like that that convert 9 lines of sigil-heavy makefile code to 3 lines of vanilla-looking Python code.
Product: Core → Firefox Build System

The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.

Assignee: froydnj+bz → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: