mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-05 15:15:48 +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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* Makefile.am: Remove automake/compile.am
|
||||
|
||||
@@ -31,7 +31,7 @@ case $1 in
|
||||
c/src/aclocal/version.m4 \
|
||||
cpukit/aclocal/version.m4
|
||||
do
|
||||
b=`basedir $version_file`/..
|
||||
b=`dirname $version_file`/..
|
||||
cat << EOF > $version_file
|
||||
AC_DEFUN([RTEMS_VERSIONING],
|
||||
m4_define([_RTEMS_VERSION],[${current}]))
|
||||
@@ -42,7 +42,7 @@ EOF
|
||||
echo ) >YYY
|
||||
cat YYY ${b}/ChangeLog >XXX
|
||||
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
|
||||
done
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user