Closed
Bug 1575436
Opened 6 years ago
Closed 6 years ago
Don't use absolute path for echo command
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox70 fixed)
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(1 file)
When using Windows, /bin/echo isn't valid path for GYP converter.
| Assignee | ||
Comment 1•6 years ago
|
||
common.gypi uses hard-coded absolute path for echo command, but this path
is invalid on Windows.
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/6d0f23528aea
Don't use absolute path for echo command. r=glandium
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•