Module Name: src Committed By: jmmv Date: Sat Feb 8 19:15:34 UTC 2014
Modified Files: src/external/bsd/atf: Makefile.inc src/external/bsd/atf/etc/atf: Makefile src/external/bsd/atf/lib: Makefile src/external/bsd/atf/lib/libatf-c: Makefile src/external/bsd/atf/lib/libatf-c++: Makefile shlib_version src/external/bsd/atf/share/doc/atf: Makefile src/external/bsd/atf/share/examples/atf: Makefile src/external/bsd/atf/share/xml/atf: Makefile src/external/bsd/atf/share/xsl/atf: Makefile src/external/bsd/atf/tests/atf: Makefile src/external/bsd/atf/tests/atf/atf-c++: Makefile src/external/bsd/atf/tests/atf/atf-c++/detail: Makefile src/external/bsd/atf/tests/atf/atf-c/detail: Makefile src/external/bsd/atf/usr.bin/atf-config: Makefile src/external/bsd/atf/usr.bin/atf-report: Makefile src/external/bsd/atf/usr.bin/atf-run: Makefile src/external/bsd/atf/usr.bin/atf-version: Makefile Added Files: src/external/bsd/atf/lib/tools: Makefile src/external/bsd/atf/tests/atf/tools: Makefile Log Message: Adjust reachover Makefiles for atf-0.19. The main change here is that the atf-config, atf-report, atf-run and atf-version tools no longer depend on libatf-c nor libatf-c++. Instead, they depend on an internal libtools.a that contains code specifically for these tools and nothing else, making them self-contained. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/atf/Makefile.inc cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/etc/atf/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/atf/lib/Makefile cvs rdiff -u -r1.17 -r1.18 src/external/bsd/atf/lib/libatf-c/Makefile cvs rdiff -u -r1.20 -r1.21 src/external/bsd/atf/lib/libatf-c++/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/atf/lib/libatf-c++/shlib_version cvs rdiff -u -r0 -r1.1 src/external/bsd/atf/lib/tools/Makefile cvs rdiff -u -r1.4 -r1.5 src/external/bsd/atf/share/doc/atf/Makefile cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/share/examples/atf/Makefile cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/share/xml/atf/Makefile cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/share/xsl/atf/Makefile cvs rdiff -u -r1.7 -r1.8 src/external/bsd/atf/tests/atf/Makefile cvs rdiff -u -r1.7 -r1.8 src/external/bsd/atf/tests/atf/atf-c++/Makefile cvs rdiff -u -r1.2 -r1.3 \ src/external/bsd/atf/tests/atf/atf-c++/detail/Makefile cvs rdiff -u -r1.4 -r1.5 src/external/bsd/atf/tests/atf/atf-c/detail/Makefile cvs rdiff -u -r0 -r1.3 src/external/bsd/atf/tests/atf/tools/Makefile cvs rdiff -u -r1.5 -r1.6 src/external/bsd/atf/usr.bin/atf-config/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/bsd/atf/usr.bin/atf-report/Makefile cvs rdiff -u -r1.11 -r1.12 src/external/bsd/atf/usr.bin/atf-run/Makefile cvs rdiff -u -r1.7 -r1.8 src/external/bsd/atf/usr.bin/atf-version/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.