Ignore:
Timestamp:
Jan 8, 2009, 11:23:36 AM (15 years ago)
Author:
rybkin
Message:

See C.L. 382

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/cleanup_objects

    r469 r487  
    11#-- start of cleanup_objects ------
    2         $(cleanup_echo) objects
     2        $(cleanup_echo) objects ${CONSTITUENT}
    33        -$(cleanup_silent) /bin/rm -f ${OBJS}
     4        -$(cleanup_silent) /bin/rm -f $(patsubst %.o,%.d,${OBJS}) $(patsubst %.o,%.dep,${OBJS}) $(patsubst %.o,%.d.stamp,${OBJS})
    45        -$(cleanup_silent) cd $(bin); /bin/rm -rf ${CONSTITUENT}_deps ${CONSTITUENT}_dependencies.make
    56#-- end of cleanup_objects ------
Note: See TracChangeset for help on using the changeset viewer.