Update reachover build files for atf-0.20.

This commit is contained in:
jmmv 2014-02-11 16:11:28 +00:00
parent 6b0aadc835
commit 25347c603f
13 changed files with 17 additions and 28 deletions

View File

@ -58,9 +58,6 @@
/* Define to 1 if vsnprintf is in std */
/* #undef HAVE_VSNPRINTF_IN_STD */
/* Define to the last valid signal number */
#define LAST_SIGNO 63
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#define LT_OBJDIR ".libs/"
@ -78,7 +75,7 @@
#define PACKAGE_NAME "Automated Testing Framework"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Automated Testing Framework 0.19"
#define PACKAGE_STRING "Automated Testing Framework 0.20"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "atf"
@ -87,10 +84,10 @@
#define PACKAGE_URL "https://github.com/jmmv/atf/"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.19"
#define PACKAGE_VERSION "0.20"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "0.19"
#define VERSION "0.20"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2014/02/08 19:15:33 jmmv Exp $
# $NetBSD: Makefile,v 1.2 2014/02/11 16:11:28 jmmv Exp $
NOLINT= # defined
@ -29,6 +29,7 @@ CPPFLAGS+= -DATF_MACHINE=\"${MACHINE}\"
CPPFLAGS+= -DATF_PKGDATADIR=\"/usr/share/atf\"
CPPFLAGS+= -DATF_SHELL=\"/bin/sh\"
CPPFLAGS+= -DATF_WORKDIR=\"/tmp\"
CPPFLAGS+= -DLAST_SIGNO=63
CPPFLAGS+= -I${SRCDIR}/tools
CPPFLAGS+= -I.
CPPFLAGS+= -I${TOPDIR}/lib/libatf-c # For bconfig.h

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: prepare-import.sh,v 1.7 2014/02/08 19:06:05 jmmv Exp $
# $NetBSD: prepare-import.sh,v 1.8 2014/02/11 16:11:28 jmmv Exp $
#
# Use this script to recreate the 'dist' subdirectory from a newly released
# distfile. The script takes care of unpacking the distfile, removing any
@ -14,6 +14,7 @@ ProgName=${0##*/}
CLEAN_PATTERNS=
CLEAN_PATTERNS="${CLEAN_PATTERNS} *.m4"
CLEAN_PATTERNS="${CLEAN_PATTERNS} INSTALL TODO"
CLEAN_PATTERNS="${CLEAN_PATTERNS} Atffile */Atffile */*/Atffile"
CLEAN_PATTERNS="${CLEAN_PATTERNS} Makefile* */Makefile* */*/Makefile*"
CLEAN_PATTERNS="${CLEAN_PATTERNS} admin"
CLEAN_PATTERNS="${CLEAN_PATTERNS} atf-*/atf-*.m4"

View File

@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.8 2014/02/08 19:15:34 jmmv Exp $
# $NetBSD: Makefile,v 1.9 2014/02/11 16:11:28 jmmv Exp $
.include <bsd.own.mk>
TESTS_SUBDIRS= detail
TESTSDIR= ${TESTSBASE}/atf/atf-c++
ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-c++

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.3 2014/02/08 19:15:34 jmmv Exp $
# $NetBSD: Makefile,v 1.4 2014/02/11 16:11:28 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-c++/detail
ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-c++/detail

View File

@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.8 2012/07/11 22:40:16 jmmv Exp $
# $NetBSD: Makefile,v 1.9 2014/02/11 16:11:28 jmmv Exp $
.include <bsd.own.mk>
TESTS_SUBDIRS= detail
TESTSDIR= ${TESTSBASE}/atf/atf-c
ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-c

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.5 2014/02/08 19:15:34 jmmv Exp $
# $NetBSD: Makefile,v 1.6 2014/02/11 16:11:28 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-c/detail
ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-c/detail

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.3 2010/07/13 21:12:38 jmmv Exp $
# $NetBSD: Makefile,v 1.4 2014/02/11 16:11:28 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-config
ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-config

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.5 2010/10/20 09:20:11 jmmv Exp $
# $NetBSD: Makefile,v 1.6 2014/02/11 16:11:29 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-report
ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-report

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.6 2010/11/07 17:46:46 jmmv Exp $
# $NetBSD: Makefile,v 1.7 2014/02/11 16:11:29 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-run
ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-run

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.5 2010/10/20 09:20:12 jmmv Exp $
# $NetBSD: Makefile,v 1.6 2014/02/11 16:11:29 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/atf-sh
ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/atf-sh

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.3 2013/02/15 17:08:35 jmmv Exp $
# $NetBSD: Makefile,v 1.4 2014/02/11 16:11:29 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/test-programs
ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/test-programs

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.3 2014/02/08 19:15:34 jmmv Exp $
# $NetBSD: Makefile,v 1.4 2014/02/11 16:11:29 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/atf/tools
ATFFILE= yes
SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
.PATH: ${SRCDIR}/tools