Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/crash use -n too, so that we don't get a dup note.



details:   https://anonhg.NetBSD.org/src/rev/db2039ed0d59
branches:  trunk
changeset: 777369:db2039ed0d59
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 16 20:36:13 2012 +0000

description:
use -n too, so that we don't get a dup note.

diffstat:

 usr.sbin/crash/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 639a249be377 -r db2039ed0d59 usr.sbin/crash/Makefile
--- a/usr.sbin/crash/Makefile   Thu Feb 16 18:40:29 2012 +0000
+++ b/usr.sbin/crash/Makefile   Thu Feb 16 20:36:13 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2012/02/16 02:37:43 christos Exp $
+#      $NetBSD: Makefile,v 1.18 2012/02/16 20:36:13 christos Exp $
 
 PROG=          crash
 MAN=           crash.8
@@ -78,7 +78,7 @@
 # vers.c
 SRCS+= vers.c
 vers.c:        ${S}/conf/newvers.sh
-       ${HOST_SH} ${S}/conf/newvers.sh -r
+       ${HOST_SH} ${S}/conf/newvers.sh -r -n
 CLEANFILES+=   vers.c version
 
 .else                          # } {



Home | Main Index | Thread Index | Old Index