Fossil SCM
Leftover dSYM directories
Fixed
950d0186f84f38d…
· opened 15 years, 3 months ago
- Type
- Build_Problem
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- Dec. 21, 2010 2:07 a.m.
On Mac OS X directories with .dSYM extension are created during build. The latest fossil builds everything in the $OBJDIR now and make clean therefor fails on rm -f $OBJDIR/* since it contains the dSYM directories. Adding -r to the rm should fix this.