1 1.3 jkoshy To update in-tree Elftoolchain sources: 2 1.3 jkoshy 3 1.3 jkoshy 1. Import upstream SVN revision 'NNNN' using: 4 1.3 jkoshy 5 1.3 jkoshy $ mkdir dist.new 6 1.3 jkoshy $ dist/tools/netbsd-base-system-import.sh -r NNNN -d dist.new \ 7 1.3 jkoshy -m common -m libdwarf -m libelf 8 1.3 jkoshy 9 1.3 jkoshy 2. "cvs import" the new directory using a vendor tag of 'FreeBSD' 10 1.3 jkoshy and a release-tag of 'elftoolchain-NNNN': 11 1.3 jkoshy 12 1.3 jkoshy $ cd dist.new 13 1.3 jkoshy $ cvs -d cvs.netbsd.org:/cvsroot import src/external/bsd/elftoolchain/dist \ 14 1.3 jkoshy FreeBSD elftoolchain-NNNN 15 1.3 jkoshy 16 1.3 jkoshy 3. Use the release tag used for the prior vendor import ('elftoolchain-PPPP' 17 1.3 jkoshy in the example below) to bring in the newly imported vendor branch changes 18 1.3 jkoshy into HEAD: 19 1.3 jkoshy 20 1.3 jkoshy $ cd .. 21 1.3 jkoshy $ cvs checkout -j elftoolchain-PPPP -j elftoolchain-NNNN dist 22