Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/nvi/usr.bin/nvi fix tracing.



details:   https://anonhg.NetBSD.org/src/rev/d436f4f48814
branches:  trunk
changeset: 324997:d436f4f48814
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 29 16:37:35 2013 +0000

description:
fix tracing.

diffstat:

 external/bsd/nvi/usr.bin/nvi/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 7d4506df8c88 -r d436f4f48814 external/bsd/nvi/usr.bin/nvi/Makefile
--- a/external/bsd/nvi/usr.bin/nvi/Makefile     Fri Nov 29 16:36:11 2013 +0000
+++ b/external/bsd/nvi/usr.bin/nvi/Makefile     Fri Nov 29 16:37:35 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2013/11/29 16:37:35 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,7 @@
 
 CPPFLAGS+=-I${DIST}/include -I${.CURDIR} -I. -DGTAGS -DUSE_BUNDLED_DB
 #DBG=-g
+#CPPFLAGS+=-DLOGDEBUG -DTRACE
 
 #CWARNFLAGS+=-Wno-parentheses -Wno-unused -Wno-missing-prototypes
 #.if defined(HAVE_GCC)
@@ -30,7 +31,7 @@
        ex_write.c ex_yank.c ex_z.c exf.c getc.c gs.c \
        ip_funcs.c ip_read.c ip_screen.c ip_term.c \
        ip_run.c ip_send.c ip_trans.c ipc_cmd.c ipc_method.c \
-       key.c log1.c \
+       key.c log1.c trace.c \
        main.c mark.c msg.c nothread.c options.c options_f.c put.c recover.c \
        screen.c search.c seq.c util.c v_at.c v_ch.c v_cmd.c v_delete.c \
        v_event.c v_ex.c v_increment.c v_init.c v_itxt.c v_left.c v_mark.c \



Home | Main Index | Thread Index | Old Index