Closed
Bug 1618280
Opened 6 years ago
Closed 6 years ago
make `make distclean` work again
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox75 fixed)
RESOLVED
FIXED
mozilla75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•6 years ago
|
||
We were using config.status as a catchall in DIST_GARBAGE for
config.status and config.statusd. Unfortunately, the latter was a
directory, so rm config.status* error'd out. We can fix this easily
by putting config.statusd in GARBAGE_DIRS, which will use rm -r,
as intended.
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/578e1dc8db62
make `make distclean` work again; r=dmajor
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•