Open
Bug 691332
Opened 14 years ago
Updated 3 years ago
makefiles: threadsafe mkdir enhancement
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: joey, Unassigned)
Details
look into automating cleanup of directories created by config/makefiles/autotargets.mk / GENERATED_DIRS=. Limit cleanup to empty top level directories to avoid traversal overhead.
Some targets are blindly generated during 'make clean', distclean, etc calls so be on the lookout for race conditions or directories re-created after removal by the library function.
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
•