Source-Changes-HG archive

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

[src/netbsd-1-4]: src/lib/libposix/sys Pull up revision 1.11 (requested by is):



details:   https://anonhg.NetBSD.org/src/rev/62d76c046592
branches:  netbsd-1-4
changeset: 469701:62d76c046592
user:      he <he%NetBSD.org@localhost>
date:      Thu Nov 11 21:35:18 1999 +0000

description:
Pull up revision 1.11 (requested by is):
  Do call graph profiling for system calls.  Fixes PR#4976.

diffstat:

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

diffs (18 lines):

diff -r dd56825b7d4a -r 62d76c046592 lib/libposix/sys/Makefile.inc
--- a/lib/libposix/sys/Makefile.inc     Thu Nov 11 21:34:23 1999 +0000
+++ b/lib/libposix/sys/Makefile.inc     Thu Nov 11 21:35:18 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.9 1999/02/24 15:10:17 drochner Exp $
+#      $NetBSD: Makefile.inc,v 1.9.2.1 1999/11/11 21:35:18 he Exp $
 
 # sys sources
 .PATH: ${ARCHDIR}/sys ${.CURDIR}/sys
@@ -15,7 +15,7 @@
        @echo creating ${.TARGET}
        @printf '#include "SYS.h"\n \
            PSEUDO(${.PREFIX},${.PREFIX:S/^/__posix_/})\n' | \
-           ${CPP} -DPROF ${CPPFLAGS:M-[ID]*} ${AINC} | ${AS} -o ${.TARGET}.o
+           ${CPP} -DGPROF ${CPPFLAGS:M-[ID]*} ${AINC} | ${AS} -o ${.TARGET}.o
        @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
        @rm -f ${.TARGET}.o
 



Home | Main Index | Thread Index | Old Index