View Ticket
Not logged in
Ticket UUID: 950d0186f84f38d27558f2453ff6eff2651e6730
Title: Leftover dSYM directories
Status: Fixed Type: Build_Problem
Severity: Minor Priority:
Subsystem: Resolution: Fixed
Last Modified: 2010-12-21 13:34:58
Version Found In: d16ccde510
Description & Comments:
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.