Deleted Added
full compact
Makefile (7493) Makefile (9970)
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
2#
3# All library objects contain rcsid strings by default; they may be
4# excluded as a space-saving measure. To produce a library that does
5# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
6# from CFLAGS below. To remove these strings from just the system call
7# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
8LIB=c

--- 39 unchanged lines hidden (view full) ---

48 cp -p ${.CURDIR}/quad/quad.h ${.ALLSRC} /sys/libkern
49
50libkern.${MACHINE}:: ${KMSRCS}
51.if defined(KMSRCS) && !empty(KMSRCS)
52 cp -p ${.ALLSRC} /sys/libkern/${MACHINE}
53.endif
54
55#beforeinstall: tags
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
2#
3# All library objects contain rcsid strings by default; they may be
4# excluded as a space-saving measure. To produce a library that does
5# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
6# from CFLAGS below. To remove these strings from just the system call
7# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
8LIB=c

--- 39 unchanged lines hidden (view full) ---

48 cp -p ${.CURDIR}/quad/quad.h ${.ALLSRC} /sys/libkern
49
50libkern.${MACHINE}:: ${KMSRCS}
51.if defined(KMSRCS) && !empty(KMSRCS)
52 cp -p ${.ALLSRC} /sys/libkern/${MACHINE}
53.endif
54
55#beforeinstall: tags
56# install -c -o bin -g bin -m 444 tags /var/db/libc.tags
56# ${INSTALL} -c -o bin -g bin -m 444 tags /var/db/libc.tags
57
58tags: ${SRCS}
59 ctags ${.ALLSRC:M*.c}
60 egrep -o "^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" ${.ALLSRC:M*.s} | \
61 sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
62 >> tags; sort -o tags tags
63
64.include <bsd.lib.mk>
57
58tags: ${SRCS}
59 ctags ${.ALLSRC:M*.c}
60 egrep -o "^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" ${.ALLSRC:M*.s} | \
61 sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
62 >> tags; sort -o tags tags
63
64.include <bsd.lib.mk>