Source-Changes-HG archive

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

[src/fvdl-softdep]: src/sbin/fsck_ffs Add -I${.CURDIR}/../../sys for convenie...



details:   https://anonhg.NetBSD.org/src/rev/2f4208055c88
branches:  fvdl-softdep
changeset: 477506:2f4208055c88
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Tue Oct 19 20:03:26 1999 +0000

description:
Add -I${.CURDIR}/../../sys for convenience. Should not be merged with
the trunk.

diffstat:

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

diffs (22 lines):

diff -r 628e4a1602fd -r 2f4208055c88 sbin/fsck_ffs/Makefile
--- a/sbin/fsck_ffs/Makefile    Tue Oct 19 20:01:06 1999 +0000
+++ b/sbin/fsck_ffs/Makefile    Tue Oct 19 20:03:26 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.22 1999/01/15 13:32:06 bouyer Exp $
+#      $NetBSD: Makefile,v 1.22.4.1 1999/10/19 20:03:26 fvdl Exp $
 #      @(#)Makefile    8.2 (Berkeley) 4/27/95
 
 PROG=  fsck_ffs
@@ -6,7 +6,11 @@
 SRCS=  dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
        pass5.c fsutil.c setup.c utilities.c ffs_bswap.c ffs_subr.c ffs_tables.c
 FSCK=  ${.CURDIR}/../fsck
-CPPFLAGS+=-I${FSCK}
+#
+# XXX, the -I${.CURDIR}/../../sys should be removed when the
+# softdep branch is merged.
+#
+CPPFLAGS+=-I${FSCK} -I${.CURDIR}/../../sys
 .PATH: ${.CURDIR}/../../sys/ufs/ffs ${FSCK}
 
 



Home | Main Index | Thread Index | Old Index