Closed
Bug 698257
Opened 14 years ago
Closed 14 years ago
Make pymake's info behave like GNU make's info
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla10
People
(Reporter: rain1, Assigned: rain1)
References
Details
Attachments
(1 file, 1 obsolete file)
|
993 bytes,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
From https://www.gnu.org/s/hello/manual/make/Make-Control-Functions.html#Make-Control-Functions:
"[info] does nothing more than print its (expanded) argument(s) to standard output. No makefile name or line number is added. The result of the expansion of this function is the empty string."
Pymake doesn't print anything, though, instead calling log.info. I think it makes sense to have info behave the same as GNU make's info, i.e. as a generic print command.
Attachment #570534 -
Flags: review?(khuey)
| Assignee | ||
Comment 1•14 years ago
|
||
We only support one grep-for predicate at a time...
Attachment #570534 -
Attachment is obsolete: true
Attachment #570534 -
Flags: review?(khuey)
Attachment #570635 -
Flags: review?(khuey)
Attachment #570635 -
Flags: review?(khuey) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
| Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•