Closed
Bug 758780
Opened 13 years ago
Closed 13 years ago
makefiles: declare mkdir_deps targets .PRECIOUS
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 758782
People
(Reporter: joey, Unassigned)
Details
mkdir_deps generated dependencies will be considered an intermediate file and removed when used as a pre-requisite for a wildcard target.
Add ".PRECIOUS: %/.mkdir.done" within config/makefiles/autotargets.mk to inhibit the behavior. Problem surfaced while compiling idl files { toolkit/components/alerts }.
libalerts_s.a may also suffer from a similar problem:
nsAlertsService.cpp
/usr/bin/ccache c++ -o nsAlertsService.o [...]
rm -f libalerts_s.a
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
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
•