Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Only put LintSys*.c in DPSRCS; the others are s...
details: https://anonhg.NetBSD.org/src/rev/4ddd51e054f8
branches: trunk
changeset: 517515:4ddd51e054f8
user: tv <tv%NetBSD.org@localhost>
date: Tue Nov 13 19:16:41 2001 +0000
description:
Only put LintSys*.c in DPSRCS; the others are static files.
diffstat:
lib/libc/sys/Makefile.inc | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 9e1ddcf8cddd -r 4ddd51e054f8 lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Tue Nov 13 19:03:08 2001 +0000
+++ b/lib/libc/sys/Makefile.inc Tue Nov 13 19:16:41 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.121 2001/11/13 18:57:47 tv Exp $
+# $NetBSD: Makefile.inc,v 1.122 2001/11/13 19:16:41 tv Exp $
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
# sys sources
@@ -16,7 +16,7 @@
LintSysNormal.c LintSysNoerr.c LintSysPseudoNoerr.c
LSRCS+= ${_LSRC}
-DPSRCS+=${_LSRC}
+DPSRCS+=${_LSRC:MLintSys*.c}
# glue to provide compatibility between GCC 1.X and 2.X and for compat
# with old syscall interfaces.
@@ -87,8 +87,6 @@
${PSEUDONOERR}: ${ARCHDIR}/SYS.h ${DESTDIR}/usr/include/sys/syscall.h
printf '#include "SYS.h"\nPSEUDO_NOERROR(${.PREFIX},${.PREFIX:S/_//})\n' >${.TARGET}
-DPSRCS+= LintSysNormal.c LintSysNoerr.c LintSysPseudoNoerr.c
-
LintSysNormal.c: ${.CURDIR}/sys/makelintstub \
${DESTDIR}/usr/include/sys/syscall.h
sh ${.CURDIR}/sys/makelintstub -o ${.TARGET} \
Home |
Main Index |
Thread Index |
Old Index