Source-Changes-HG archive

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

[src/trunk]: src/sys remember to add the new file to the build



details:   https://anonhg.NetBSD.org/src/rev/765729b5f1e7
branches:  trunk
changeset: 756094:765729b5f1e7
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jul 06 16:13:57 2010 +0000

description:
remember to add the new file to the build

diffstat:

 sys/fs/puffs/files.puffs             |  3 ++-
 sys/modules/puffs/Makefile           |  3 ++-
 sys/rump/fs/lib/libsyspuffs/Makefile |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r 3ef736701fdf -r 765729b5f1e7 sys/fs/puffs/files.puffs
--- a/sys/fs/puffs/files.puffs  Tue Jul 06 15:42:24 2010 +0000
+++ b/sys/fs/puffs/files.puffs  Tue Jul 06 16:13:57 2010 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: files.puffs,v 1.4 2007/11/10 21:45:06 pooka Exp $
+#      $NetBSD: files.puffs,v 1.5 2010/07/06 16:13:57 pooka Exp $
 
 deffs  PUFFS
 
+file   fs/puffs/puffs_compat.c         puffs
 file   fs/puffs/puffs_msgif.c          puffs
 file   fs/puffs/puffs_node.c           puffs
 file   fs/puffs/puffs_subr.c           puffs
diff -r 3ef736701fdf -r 765729b5f1e7 sys/modules/puffs/Makefile
--- a/sys/modules/puffs/Makefile        Tue Jul 06 15:42:24 2010 +0000
+++ b/sys/modules/puffs/Makefile        Tue Jul 06 16:13:57 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2008/05/19 17:08:57 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2010/07/06 16:13:57 pooka Exp $
 
 .include "../Makefile.inc"
 
@@ -6,5 +6,6 @@
 
 KMOD=  puffs
 SRCS=  puffs_node.c puffs_msgif.c puffs_subr.c puffs_vfsops.c puffs_vnops.c
+SRCS+= puffs_compat.c
 
 .include <bsd.kmodule.mk>
diff -r 3ef736701fdf -r 765729b5f1e7 sys/rump/fs/lib/libsyspuffs/Makefile
--- a/sys/rump/fs/lib/libsyspuffs/Makefile      Tue Jul 06 15:42:24 2010 +0000
+++ b/sys/rump/fs/lib/libsyspuffs/Makefile      Tue Jul 06 16:13:57 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2010/06/30 16:14:18 pooka Exp $
+#      $NetBSD: Makefile,v 1.7 2010/07/06 16:13:57 pooka Exp $
 #
 
 .PATH:  ${.CURDIR}/../../../../fs/puffs
@@ -6,6 +6,7 @@
 LIB=   rumpfs_syspuffs
 
 SRCS=  puffs_msgif.c puffs_node.c puffs_subr.c puffs_vfsops.c puffs_vnops.c
+SRCS+= puffs_compat.c
 
 SRCS+= puffs_rumpglue.c
 SRCS+= component.c



Home | Main Index | Thread Index | Old Index