mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-11 10:03:47 +00:00
2003-12-17 Joel Sherrill <joel@OARcorp.com>
* release_support: Use dirname not basedir. Keep going until I can get a tarball cut.
This commit is contained in:
@@ -1,15 +1,12 @@
|
|||||||
2003-12-17 Joel Sherrill <joel@OARcorp.com>
|
2003-12-17 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* VERSION: Updated to rtems-20031217-test.
|
* release_support: Use dirname not basedir. Keep going until I
|
||||||
|
can get a tarball cut.
|
||||||
|
|
||||||
2003-12-17 Joel Sherrill <joel@OARcorp.com>
|
2003-12-17 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* release_support: New file -- assistant to new cut_release script.
|
* release_support: New file -- assistant to new cut_release script.
|
||||||
|
|
||||||
2003-12-17 Joel Sherrill <joel@OARcorp.com>
|
|
||||||
|
|
||||||
* VERSION: Updated to rtems-20031217-test.
|
|
||||||
|
|
||||||
2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Remove automake/compile.am
|
* Makefile.am: Remove automake/compile.am
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ case $1 in
|
|||||||
c/src/aclocal/version.m4 \
|
c/src/aclocal/version.m4 \
|
||||||
cpukit/aclocal/version.m4
|
cpukit/aclocal/version.m4
|
||||||
do
|
do
|
||||||
b=`basedir $version_file`/..
|
b=`dirname $version_file`/..
|
||||||
cat << EOF > $version_file
|
cat << EOF > $version_file
|
||||||
AC_DEFUN([RTEMS_VERSIONING],
|
AC_DEFUN([RTEMS_VERSIONING],
|
||||||
m4_define([_RTEMS_VERSION],[${current}]))
|
m4_define([_RTEMS_VERSION],[${current}]))
|
||||||
@@ -42,7 +42,7 @@ EOF
|
|||||||
echo ) >YYY
|
echo ) >YYY
|
||||||
cat YYY ${b}/ChangeLog >XXX
|
cat YYY ${b}/ChangeLog >XXX
|
||||||
mv XXX ${b}/ChangeLog
|
mv XXX ${b}/ChangeLog
|
||||||
cvs -d ${cvs_root} commit -F YYY ${b}/ChangeLog ${version_file}
|
cvs commit -F YYY ${b}/ChangeLog ${version_file}
|
||||||
rm -f YYY
|
rm -f YYY
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user