[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.lib.mk between version 1.58 and 1.59

version 1.58, 1995/06/24 08:27:37 version 1.59, 1995/06/26 00:19:44
Line 132  llib-l${LIB}.ln: ${LOBJS}
Line 132  llib-l${LIB}.ln: ${LOBJS}
 .if !target(clean)  .if !target(clean)
 clean: _SUBDIRUSE  clean: _SUBDIRUSE
         rm -f a.out [Ee]rrs mklog core *.core ${CLEANFILES}          rm -f a.out [Ee]rrs mklog core *.core ${CLEANFILES}
         rm -f ${OBJS}          rm -f lib${LIB}.a ${OBJS}
         rm -f ${POBJS} profiled/*.o          rm -f lib${LIB}_p.a ${POBJS}
         rm -f ${SOBJS} shared/*.o          rm -f lib${LIB}_pic.a $lib${LIB}.so.*.* {SOBJS}
         rm -f ${LOBJS}          rm -f llib-l${LIB}.ln ${LOBJS}
         rm -f lib${LIB}.a lib${LIB}_p.a lib${LIB}_pic.a llib-l${LIB}.ln  
         rm -f lib${LIB}.so.*.*  
 .endif  .endif
   
 cleandir: _SUBDIRUSE clean  cleandir: _SUBDIRUSE clean

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

CVSweb <webmaster@jp.NetBSD.org>