Module Name:    src
Committed By:   pgoyette
Date:           Sat Jan 14 03:59:58 UTC 2017

Modified Files:
        src/tests/lib/libc/sys: Makefile

Log Message:
Set FILESBUILD=yes to actually run the creation script for the file.

Should fix the build by creating a file which install can then find.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/tests/lib/libc/sys/Makefile

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

Modified files:

Index: src/tests/lib/libc/sys/Makefile
diff -u src/tests/lib/libc/sys/Makefile:1.46 src/tests/lib/libc/sys/Makefile:1.47
--- src/tests/lib/libc/sys/Makefile:1.46	Fri Jan 13 20:03:51 2017
+++ src/tests/lib/libc/sys/Makefile	Sat Jan 14 03:59:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/01/13 20:03:51 christos Exp $
+# $NetBSD: Makefile,v 1.47 2017/01/14 03:59:58 pgoyette Exp $
 
 MKMAN=	no
 
@@ -85,6 +85,7 @@ LDADD.t_posix_fadvise+= -lrumpvfs -lrump
 CPPFLAGS.t_lwp_create.c += -D_KERNTYPES
 
 FILES=		truncate_test.root_owned
+FILESBUILD=	yes
 FILESDIR=	${TESTSDIR}
 FILESMODE=	0600
 FILESOWNER=	root

Reply via email to