Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/sys Set FILESBUILD=yes to actually run the cr...



details:   https://anonhg.NetBSD.org/src/rev/4e690a512ad3
branches:  trunk
changeset: 820737:4e690a512ad3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Jan 14 03:59:58 2017 +0000

description:
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.

diffstat:

 tests/lib/libc/sys/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b10a68a35308 -r 4e690a512ad3 tests/lib/libc/sys/Makefile
--- a/tests/lib/libc/sys/Makefile       Sat Jan 14 03:35:21 2017 +0000
+++ b/tests/lib/libc/sys/Makefile       Sat Jan 14 03:59:58 2017 +0000
@@ -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 @@
 CPPFLAGS.t_lwp_create.c += -D_KERNTYPES
 
 FILES=         truncate_test.root_owned
+FILESBUILD=    yes
 FILESDIR=      ${TESTSDIR}
 FILESMODE=     0600
 FILESOWNER=    root



Home | Main Index | Thread Index | Old Index