Changeset 7d4d954 in rtems


Ignore:
Timestamp:
12/17/03 18:52:57 (20 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
917a884
Parents:
78429066
Message:

2003-12-17 Joel Sherrill <joel@…>

  • release_support: Use dirname not basedir. Keep going until I can get a tarball cut.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r78429066 r7d4d954  
    112003-12-17      Joel Sherrill <joel@OARcorp.com>
    22
    3         * VERSION: Updated to rtems-20031217-test.
     3        * release_support: Use dirname not basedir.  Keep going until I
     4        can get a tarball cut.
    45
    562003-12-17      Joel Sherrill <joel@OARcorp.com>
    67
    78        * release_support: New file -- assistant to new cut_release script.
    8 
    9 2003-12-17      Joel Sherrill <joel@OARcorp.com>
    10 
    11         * VERSION: Updated to rtems-20031217-test.
    129
    13102003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • release_support

    r78429066 r7d4d954  
    3232       cpukit/aclocal/version.m4
    3333    do
    34       b=`basedir $version_file`/..
     34      b=`dirname $version_file`/..
    3535      cat << EOF > $version_file
    3636AC_DEFUN([RTEMS_VERSIONING],
     
    4343        cat YYY ${b}/ChangeLog >XXX
    4444        mv XXX ${b}/ChangeLog
    45         cvs -d ${cvs_root} commit -F YYY ${b}/ChangeLog ${version_file}
     45        cvs commit -F YYY ${b}/ChangeLog ${version_file}
    4646        rm -f YYY
    4747    done
Note: See TracChangeset for help on using the changeset viewer.