[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc

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

Diff for /src/lib/libc/Makefile between version 1.25 and 1.26

version 1.25, 1994/05/29 22:09:13 version 1.26, 1994/06/30 06:44:54
Line 53  copy-to-libkern-machind: ${KSRCS}
Line 53  copy-to-libkern-machind: ${KSRCS}
   
 copy-to-libkern-machdep: ${KMSRCS}  copy-to-libkern-machdep: ${KMSRCS}
 .if defined(KMSRCS) && !empty(KMSRCS)  .if defined(KMSRCS) && !empty(KMSRCS)
         cp -p ${.ALLSRC} ${LIBKERN}/${MACHINE_ARCH}          cp -p ${.ALLSRC} ${LIBKERN}/arch/${MACHINE_ARCH}
 .endif  .endif
 .if defined(KMINCLUDES) && !empty(KMINCLUDES)  .if defined(KMINCLUDES) && !empty(KMINCLUDES)
         (cd ${.CURDIR} ; cp -p ${KMINCLUDES} ${LIBKERN}/${MACHINE_ARCH})          (cd ${.CURDIR} ; cp -p ${KMINCLUDES} ${LIBKERN}/arch/${MACHINE_ARCH})
 .endif  .endif
   
 rm-from-libkern:  rm-from-libkern:
         for i in ${KSRCS}; do rm -f ${LIBKERN}/$$i; done          for i in ${KSRCS}; do rm -f ${LIBKERN}/$$i; done
 .if defined(KMSRCS) && !empty(KMSRCS)  .if defined(KMSRCS) && !empty(KMSRCS)
         for i in ${KMSRCS}; do rm -f ${LIBKERN}/${MACHINE_ARCH}/$$i; done          for i in ${KMSRCS}; do rm -f ${LIBKERN}/arch/${MACHINE_ARCH}/$$i; done
 .endif  .endif
   
 .include <bsd.lib.mk>  .include <bsd.lib.mk>

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb <webmaster@jp.NetBSD.org>