Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 4900

Show
Ignore:
Timestamp:
08/28/09 13:14:19 (3 years ago)
Author:
fawzi
Message:

avoid remofing object.di, #fix 1733

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/runtime/Makefile

    r4894 r4900  
    163163    rm -rf $(TANGO_HOME)/build/runtime/objs-* 
    164164    rm -f $(TANGO_HOME)/build/libs/$(LIB_PREFIX)tango-base-* 
    165     find $(TANGO_HOME)/user -name '*.di' | xargs rm 
     165    find $(TANGO_HOME)/user -name '*.di' -a -not -name object.di | xargs rm 
    166166 
    167167ifeq ($(shell if [ -e "$(OBJDIR)/intermediate.rule" ]; then echo 1; fi;),1)