Closed Bug 912971 Opened 11 years ago Closed 11 years ago

pymake doesn't normalize targets from command line

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla26

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file)

$ cat /tmp/bar.mk 
./foo:
	echo foo

bar: ./foo

$ pymake -s --no-print-directory -f /tmp/bar.mk bar
foo
$ make -s --no-print-directory -f /tmp/bar.mk bar
foo
$ pymake -s --no-print-directory -f /tmp/bar.mk foo 
foo
$ make -s --no-print-directory -f /tmp/bar.mk foo
foo
$ pymake -s --no-print-directory -f /tmp/bar.mk ./foo
No rule to make target './foo' needed by ['<command-line>', './foo']
$ make -s --no-print-directory -f /tmp/bar.mk ./foo
foo
Attachment #800150 - Flags: review?(ted) → review+
https://hg.mozilla.org/mozilla-central/rev/ef653664ef98
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: