Open
Bug 882354
Opened 12 years ago
Updated 3 years ago
move GARBAGE_DIRS and GARBAGE to moz.build
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: joey, Unassigned)
Details
No description provided.
| Reporter | ||
Comment 1•12 years ago
|
||
Also include GARBAGE +=
| Reporter | ||
Comment 2•12 years ago
|
||
Ignore DIST_GARBAGE, local var used by the distclean target in 2 makefiles + /nsprpub/.
| Reporter | ||
Updated•12 years ago
|
Summary: move GARBAGE_DIRS and DIST_GARBAGE to moz.build → move GARBAGE_DIRS and GARBAGE to moz.build
Comment 3•12 years ago
|
||
Along a similar vein as my recent comments, aren't GARBAGE_DIRS and friends almost always associated with rules in Makefile.in files? If so, I argue we shouldn't do this.
| Reporter | ||
Comment 4•12 years ago
|
||
(In reply to Gregory Szorc [:gps] from comment #3)
> Along a similar vein as my recent comments, aren't GARBAGE_DIRS and friends
> almost always associated with rules in Makefile.in files? If so, I argue we
> shouldn't do this.
If we do not migrate them content lingers in Makefile.in preventing them from being removed. Logic can still be reworked, deprecated, whatever later on but let's get drive the Makefile.in count to 0 then work on the longer term answers.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•