source: CMT/HEAD/mgr/fragments/cleanup_objects @ 487

Last change on this file since 487 was 487, checked in by rybkin, 15 years ago

See C.L. 382

  • Property svn:eol-style set to native
File size: 368 bytes
Line 
1#-- start of cleanup_objects ------
2        $(cleanup_echo) objects ${CONSTITUENT}
3        -$(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})
5        -$(cleanup_silent) cd $(bin); /bin/rm -rf ${CONSTITUENT}_deps ${CONSTITUENT}_dependencies.make
6#-- end of cleanup_objects ------
Note: See TracBrowser for help on using the repository browser.