Source-Changes-HG archive

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

[src/trunk]: src/tools remove trailing white space



details:   https://anonhg.NetBSD.org/src/rev/2b51838ecb14
branches:  trunk
changeset: 783034:2b51838ecb14
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Dec 02 11:19:45 2012 +0000

description:
remove trailing white space

diffstat:

 tools/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ab331041227b -r 2b51838ecb14 tools/Makefile
--- a/tools/Makefile    Sun Dec 02 08:52:06 2012 +0000
+++ b/tools/Makefile    Sun Dec 02 11:19:45 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.161 2012/11/27 20:00:39 jkunz Exp $
+#      $NetBSD: Makefile,v 1.162 2012/12/02 11:19:45 apb Exp $
 
 .include <bsd.own.mk>
 
@@ -50,7 +50,7 @@
 .if ${MKDTRACE} != "no"
 DTRACE_BITS+= .WAIT libelf
 DTRACE_BITS+= .WAIT libdwarf
-DTRACE_BITS+= .WAIT libctf 
+DTRACE_BITS+= .WAIT libctf
 DTRACE_BITS+= .WAIT ctfconvert ctfmerge
 .endif
 
@@ -188,7 +188,7 @@
 .  if exists(PREVIOUSTOOLDIR)
 PREVIOUSTOOLDIR!=      cat PREVIOUSTOOLDIR
 .  else
-PREVIOUSTOOLDIR=       
+PREVIOUSTOOLDIR=
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index