Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Style.



details:   https://anonhg.NetBSD.org/src/rev/d77bffe27319
branches:  trunk
changeset: 749827:d77bffe27319
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Dec 10 13:29:14 2009 +0000

description:
Style.

diffstat:

 distrib/sets/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b5d52f974871 -r d77bffe27319 distrib/sets/Makefile
--- a/distrib/sets/Makefile     Thu Dec 10 13:25:19 2009 +0000
+++ b/distrib/sets/Makefile     Thu Dec 10 13:29:14 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.75 2009/12/10 05:57:23 uebayasi Exp $
+#      $NetBSD: Makefile,v 1.76 2009/12/10 13:29:14 uebayasi Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -10,7 +10,8 @@
 
 SETSCMD=       cd ${.CURDIR} && \
                DESTDIR=${DESTDIR:Q} \
-               MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \
+               MACHINE=${MACHINE:Q} \
+               MACHINE_ARCH=${MACHINE_ARCH:Q} \
                AWK=${TOOL_AWK:Q} \
                CKSUM=${TOOL_CKSUM:Q} \
                DB=${TOOL_DB:Q} \



Home | Main Index | Thread Index | Old Index