Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makefs/v7fs Don't include v7fs support into tool ve...



details:   https://anonhg.NetBSD.org/src/rev/949c24335efb
branches:  trunk
changeset: 767435:949c24335efb
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jul 18 17:15:06 2011 +0000

description:
Don't include v7fs support into tool version of makefs because it
breaks the build.

diffstat:

 usr.sbin/makefs/v7fs/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a379ed0e68ce -r 949c24335efb usr.sbin/makefs/v7fs/Makefile.inc
--- a/usr.sbin/makefs/v7fs/Makefile.inc Mon Jul 18 16:55:49 2011 +0000
+++ b/usr.sbin/makefs/v7fs/Makefile.inc Mon Jul 18 17:15:06 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 2011/07/18 08:58:39 uch Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2011/07/18 17:15:07 tron Exp $
 #
 
 V7FS=  ${NETBSDSRCDIR}/sys/fs/v7fs
@@ -7,7 +7,7 @@
 
 .PATH: ${.CURDIR}/v7fs ${V7FS} ${NEWFS} ${FSCK}
 
-CPPFLAGS+= -DV7FS_EI -I${V7FS} -I${NEWFS} -I${FSCK}
+CPPFLAGS+= -DUSE_V7FS -DV7FS_EI -I${V7FS} -I${NEWFS} -I${FSCK}
 
 SRCS += v7fs_endian.c v7fs_superblock.c v7fs_superblock_util.c v7fs_inode.c \
 v7fs_inode_util.c v7fs_datablock.c v7fs_dirent.c v7fs_io.c v7fs_file.c \



Home | Main Index | Thread Index | Old Index