Module Name:    src
Committed By:   rin
Date:           Tue Feb  7 16:14:48 UTC 2017

Modified Files:
        src/sbin/fsck_ffs: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sbin/fsck_ffs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/fsck_ffs/Makefile
diff -u src/sbin/fsck_ffs/Makefile:1.46 src/sbin/fsck_ffs/Makefile:1.47
--- src/sbin/fsck_ffs/Makefile:1.46	Wed Mar 23 21:43:33 2016
+++ src/sbin/fsck_ffs/Makefile	Tue Feb  7 16:14:47 2017
@@ -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 @@ DUMP=	${NETBSDSRCDIR}/sbin/dump
 CPPFLAGS+=-I${FSCK} -I${DUMP}
 .ifndef  SMALLPROG
 CPPFLAGS+=-DPROGRESS
-.endif
 SRCS+=	progress.c
+.endif
 .PATH:	${FSCK}
 
 .PATH:	${NETBSDSRCDIR}/sys/ufs/ffs ${NETBSDSRCDIR}/sys/ufs/ufs ${FSCK} ${DUMP}

Reply via email to