Closed
Bug 774054
Opened 13 years ago
Closed 13 years ago
Switch mochitest file $(INSTALL) to install_cmd
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: rain1, Assigned: rain1)
Details
Attachments
(1 file)
|
1.86 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
Easy win, since with pymake install_cmd is a native command.
Attachment #642356 -
Flags: review?(mh+mozilla)
Comment 1•13 years ago
|
||
Comment on attachment 642356 [details] [diff] [review]
patch
Review of attachment 642356 [details] [diff] [review]:
-----------------------------------------------------------------
::: config/makefiles/mochitest.mk
@@ +14,5 @@
> endif
>
> define mochitest-libs-rule-template
> libs:: $$($(1))
> + $(call install_cmd,$$(foreach f,$$^,"$$(f)") $$(call mochitestdir,$(2)))
r=me with $$(call instead of $(call
Attachment #642356 -
Flags: review?(mh+mozilla) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•