Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/lib/libposix/sys Pull up revision 1.15 (requested by gr...



details:   https://anonhg.NetBSD.org/src/rev/8700c4cd18a3
branches:  netbsd-1-6
changeset: 529343:8700c4cd18a3
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Nov 15 00:09:41 2002 +0000

description:
Pull up revision 1.15 (requested by grant in ticket #988):
Invoke makelintstub with CPP in the environment.

diffstat:

 lib/libposix/sys/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 85052748771f -r 8700c4cd18a3 lib/libposix/sys/Makefile.inc
--- a/lib/libposix/sys/Makefile.inc     Tue Nov 12 14:49:10 2002 +0000
+++ b/lib/libposix/sys/Makefile.inc     Fri Nov 15 00:09:41 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.13 2002/01/29 19:03:01 tv Exp $
+#      $NetBSD: Makefile.inc,v 1.13.2.1 2002/11/15 00:09:41 lukem Exp $
 
 # sys sources
 .PATH: ${.CURDIR}/sys
@@ -21,5 +21,5 @@
 
 LintSysPseudo.c: ${.CURDIR}/../libc/sys/makelintstub \
     ${DESTDIR}/usr/include/sys/syscall.h
-       sh ${.CURDIR}/../libc/sys/makelintstub -o ${.TARGET} -p \
-           -s ${DESTDIR}/usr/include/sys/syscall.h ${PSEUDO}
+       CPP=${CPP:Q} sh ${NETBSDSRCDIR}/lib/libc/sys/makelintstub \
+           -o ${.TARGET} -p -s ${DESTDIR}/usr/include/sys/syscall.h ${PSEUDO}



Home | Main Index | Thread Index | Old Index