[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.10 and 1.11

version 1.10, 1993/04/25 02:51:01 version 1.11, 1993/04/25 05:21:08
Line 116  beforeinstall:
Line 116  beforeinstall:
         fi          fi
 .endif  .endif
   
 realinstall: beforeinstall  realinstall:
         ranlib lib${LIB}.a          ranlib lib${LIB}.a
         install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} lib${LIB}.a \          install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} lib${LIB}.a \
             ${DESTDIR}${LIBDIR}              ${DESTDIR}${LIBDIR}
Line 140  realinstall: beforeinstall
Line 140  realinstall: beforeinstall
         done; true          done; true
 .endif  .endif
   
 install: afterinstall  install: maninstall
 afterinstall: realinstall maninstall  maninstall: afterinstall
   afterinstall: realinstall
   realinstall: beforeinstall
 .endif  .endif
   
 .if !target(lint)  .if !target(lint)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>