Closed
Bug 830351
Opened 12 years ago
Closed 12 years ago
makefiles: remove unused .mkdir.deps rule and add cosmetic edits for Makefile.in to match coding standards.
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla21
People
(Reporter: joey, Assigned: joey)
References
Details
Attachments
(1 file)
9.62 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → joey
![]() |
Assignee | |
Comment 1•12 years ago
|
||
![]() |
Assignee | |
Comment 2•12 years ago
|
||
Comment on attachment 701985 [details] [diff] [review]
remove unused .mkdir.deps rule and clenaup cosmetic makefile problems
Edits moved from 747540 patch.
Cosmetic makefile edits to match content in the style guide.
Insert space between operator and line continuation.
Remove trailing whitespace.
Remove leading tabs in rules.mk { editor catch }.
Sort/unique and prevent path=$(space) for vars GENERATED_DIRS and AUTO_DEPS.
Removed un-needed .mkdir.deps rule setup to match deps w/o a directory prefix.
Try job: https://tbpl.mozilla.org/?tree=Try&rev=e0abbe8eaa03
Attachment #701985 -
Flags: review?(mh+mozilla)
Updated•12 years ago
|
Attachment #701985 -
Flags: review?(mh+mozilla) → review+
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Inbound push: committed changeset 120479:40aeae12d091
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
My build is broken with "No rule to make target '.mkdir.done' needed by ['<command-line>', '.mkdir.done']" (after clobbering). Reverting this patch fixes the build.
This is a Windows build.
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•