Explain how to handle the generated files. Explain that the import

must actually be done into the netnatm sub-directory.
This commit is contained in:
Hartmut Brandt 2003-11-03 09:15:31 +00:00
parent 29d5d9a8a7
commit 5ba1bf11b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121937

View file

@ -7,8 +7,20 @@ FreeBSD.
Import should be done by:
cvs import \
1. Put the distribution into a clean directory.
2. Remove any unneeded files.
3. cvs import \
-m "Virgin import of NgATM shared kernel/user part X.Y" \
src/sys/contrib/ngatm BEGEMOT NGATM_X_Y
src/sys/contrib/ngatm/netnatm BEGEMOT NGATM_X_Y
4. resolve conflicts
5. check-out the imported stuff
6. Re-generate files by calling ./genfiles
7. If neccessary commit the re-generated files
harti