Deleted Added
full compact
FREEBSD-upgrade (272046) FREEBSD-upgrade (272056)
1$FreeBSD: head/contrib/atf/FREEBSD-upgrade 272046 2014-09-23 22:20:19Z rodrigc $
1$FreeBSD: head/contrib/atf/FREEBSD-upgrade 272056 2014-09-24 06:50:14Z ngie $
2
3This document contains a collection of notes specific to the import
4of atf into head. These notes are built on the instructions in
5the FreeBSD Subversion Primer that detail how to deal with vendor
6branches and you are supposed to follow those:
7
8 http://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html
9

--- 26 unchanged lines hidden (view full) ---

36 --datarootdir=/usr/share
37 cp bconfig.h .../base/head/contrib/atf/
38
39Please do NOT run './configure' straight from the 'dist' directory of
40the vendor branch as you easily risk committing build products into the
41tree.
42
43Lastly, with the list of old and new files in this import, make sure
2
3This document contains a collection of notes specific to the import
4of atf into head. These notes are built on the instructions in
5the FreeBSD Subversion Primer that detail how to deal with vendor
6branches and you are supposed to follow those:
7
8 http://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html
9

--- 26 unchanged lines hidden (view full) ---

36 --datarootdir=/usr/share
37 cp bconfig.h .../base/head/contrib/atf/
38
39Please do NOT run './configure' straight from the 'dist' directory of
40the vendor branch as you easily risk committing build products into the
41tree.
42
43Lastly, with the list of old and new files in this import, make sure
44to udpate the reachover Makefiles accordingly.
44to update the reachover Makefiles accordingly.
45
46Test the build (keeping in mind the WITH_TESTS/WITHOUT_TESTS knobs) and,
47if all looks good, you are ready to commit all the changes in one go.
45
46Test the build (keeping in mind the WITH_TESTS/WITHOUT_TESTS knobs) and,
47if all looks good, you are ready to commit all the changes in one go.