[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.64 and 1.65

version 1.64, 1997/05/12 16:41:03 version 1.65, 1997/06/04 23:11:54
Line 86  rm-from-libkern:
Line 86  rm-from-libkern:
         for i in ${KMSRCS}; do rm -f ${LIBKERN}/arch/${MACHINE_ARCH}/$$i; done          for i in ${KMSRCS}; do rm -f ${LIBKERN}/arch/${MACHINE_ARCH}/$$i; done
 .endif  .endif
   
 all: ${.CURDIR}/tags  all: ${.OBJDIR}/tags
 ${.CURDIR}/tags: ${SRCS}  ${.OBJDIR}/tags: ${SRCS}
         ctags ${.ALLSRC:M*.c}          ctags ${.ALLSRC:M*.c}
         egrep "^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" /dev/null ${.ALLSRC:M*.S} | \          egrep "^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" /dev/null ${.ALLSRC:M*.S} | \
             sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \              sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
             >> ${.TARGET}; sort -o ${.TARGET} ${.TARGET}              >> ${.TARGET}; sort -o ${.TARGET} ${.TARGET}
   
 FILES=${.CURDIR}/tags  tags: ${.CURDIR}/tags
 FILESNAME_tags=libc.tags  ${.CURDIR}/tags:
           @rm -f ${.TARGET}
           ln -s /var/db/libc.tags ${.TARGET}
   
   FILES=${.OBJDIR}/tags
   FILESNAME=libc.tags
 FILESDIR=/var/db  FILESDIR=/var/db
   
 .include <bsd.lib.mk>  .include <bsd.lib.mk>

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

CVSweb <webmaster@jp.NetBSD.org>