Ran these commands:
cvs -d:pserver:anonymous@cvs.gna.org:/cvs/rtai co vulcano
cd vulcano
git init
git add .
git commit
14 lines
468 B
Text
14 lines
468 B
Text
- change version in:
|
|
- configure.in
|
|
- base/arch/*/defconfig (no more)
|
|
- base/arch/*/Kconfig (no more)
|
|
|
|
- cvs tag -F RTAI_X_Y
|
|
|
|
NOTE: base/arch/m68k contains files whose path is too long for the default
|
|
command generated by automake/autoconf for the tar command, which uses
|
|
the (obsolete) -o option for compatibility with legacy versions.
|
|
s/chof/chf/
|
|
|
|
This option, right now, needs to be manually removed from the generated
|
|
GNUMakefile in the root of the build tree.
|