Source-Changes-HG archive

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

[src/trunk]: src/sbin/fsck_ffs Do not compile in progress.c when SMALLPROG is...



details:   https://anonhg.NetBSD.org/src/rev/3a173c866a79
branches:  trunk
changeset: 821469:3a173c866a79
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Feb 07 16:14:47 2017 +0000

description:
Do not compile in progress.c when SMALLPROG is defined.

diffstat:

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

diffs (19 lines):

diff -r f77a7f28aa6c -r 3a173c866a79 sbin/fsck_ffs/Makefile
--- a/sbin/fsck_ffs/Makefile    Tue Feb 07 15:33:25 2017 +0000
+++ b/sbin/fsck_ffs/Makefile    Tue Feb 07 16:14:47 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.46 2016/03/23 21:43:33 christos Exp $
+#      $NetBSD: Makefile,v 1.47 2017/02/07 16:14:47 rin Exp $
 #      @(#)Makefile    8.2 (Berkeley) 4/27/95
 
 .include <bsd.own.mk>
@@ -14,8 +14,8 @@
 CPPFLAGS+=-I${FSCK} -I${DUMP}
 .ifndef  SMALLPROG
 CPPFLAGS+=-DPROGRESS
+SRCS+= progress.c
 .endif
-SRCS+= progress.c
 .PATH: ${FSCK}
 
 .PATH: ${NETBSDSRCDIR}/sys/ufs/ffs ${NETBSDSRCDIR}/sys/ufs/ufs ${FSCK} ${DUMP}



Home | Main Index | Thread Index | Old Index