Source-Changes-HG archive

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

[src/trunk]: src/lib/libutil Don't use = to assing SRCS, but += so that we ca...



details:   https://anonhg.NetBSD.org/src/rev/28adc2b52d1c
branches:  trunk
changeset: 770536:28adc2b52d1c
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 21 01:37:59 2011 +0000

description:
Don't use = to assing SRCS, but += so that we can remove snprintb.c,
which was added elsewhere.

diffstat:

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

diffs (27 lines):

diff -r 4bd20c2edb19 -r 28adc2b52d1c lib/libutil/Makefile
--- a/lib/libutil/Makefile      Fri Oct 21 00:41:34 2011 +0000
+++ b/lib/libutil/Makefile      Fri Oct 21 01:37:59 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.66 2011/08/30 12:39:52 bouyer Exp $
+#      $NetBSD: Makefile,v 1.67 2011/10/21 01:37:59 christos Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/4/93
 
 USE_SHLIBDIR=  yes
@@ -10,7 +10,7 @@
 WARNS= 4
 LIB=   util
 CPPFLAGS+=-DLIBC_SCCS -I${.CURDIR}
-SRCS=  efun.c getbootfile.c getlabelsector.c getmaxpartitions.c \
+SRCS+= efun.c getbootfile.c getlabelsector.c getmaxpartitions.c \
        getmntopts.c getrawpartition.c \
        disklabel_dkcksum.c disklabel_scan.c \
        if_media.c \
@@ -18,7 +18,7 @@
        logwtmp.c logwtmpx.c opendisk.c parsedate.y \
        passwd.c pw_scan.c pidfile.c pidlock.c pty.c \
        raise_default_signal.c \
-       secure_path.c snprintb.c sockaddr_snprintf.c stat_flags.c \
+       secure_path.c sockaddr_snprintf.c stat_flags.c \
        strpct.c ttyaction.c ttymsg.c
 
 MAN=   efun.3 getbootfile.3 getlabelsector.3 getmaxpartitions.3 \



Home | Main Index | Thread Index | Old Index