Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/fs/lib/libffs While I like redundant computing, spe...



details:   https://anonhg.NetBSD.org/src/rev/d9ecc3b3b164
branches:  trunk
changeset: 752611:d9ecc3b3b164
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Mar 02 11:29:04 2010 +0000

description:
While I like redundant computing, specifying each option just once
is generally enough.

diffstat:

 sys/rump/fs/lib/libffs/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 6e42117b3e07 -r d9ecc3b3b164 sys/rump/fs/lib/libffs/Makefile
--- a/sys/rump/fs/lib/libffs/Makefile   Tue Mar 02 08:30:40 2010 +0000
+++ b/sys/rump/fs/lib/libffs/Makefile   Tue Mar 02 11:29:04 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2010/02/16 20:42:46 pooka Exp $
+#      $NetBSD: Makefile,v 1.11 2010/03/02 11:29:04 pooka Exp $
 #
 
 .PATH:  ${.CURDIR}/../../../../ufs/ffs ${.CURDIR}/../../../../ufs/ufs
@@ -12,8 +12,7 @@
 SRCS+= ufs_bmap.c ufs_dirhash.c ufs_ihash.c ufs_inode.c ufs_lookup.c   \
        ufs_vfsops.c ufs_vnops.c ufs_wapbl.c
 
-CPPFLAGS+=     -DFFS_EI -DWAPBL -DAPPLE_UFS
-CPPFLAGS+=     -DUFS_DIRHASH -DWAPBL -DAPPLE_UFS
+CPPFLAGS+=     -DFFS_EI -DUFS_DIRHASH -DWAPBL -DAPPLE_UFS
 
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index