Changeset ee19895e in rtems


Ignore:
Timestamp:
05/20/05 08:53:30 (18 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6095960
Parents:
d53bbd5a
Message:

Correct PATCH<N> handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/gccnewlib/mkspec.in

    rd53bbd5a ree19895e  
    1717}
    1818
    19 specsrc=${RTEMS_DIR}/gccnewlib/gccnewlib.spec.in
     19specsrc=./gccnewlib.spec.in
    2020
    2121while test $# -ge 2; do
     
    5858
    5959# note that the variables in the gccnewlib directory are actually the same
    60 sed -e "s,@PATCH1\@,${PATCH1}," \
    61     -e "s,@PATCH3\@,${PATCH3}," \
     60sed -e "s,@PATCH0\@,${PATCH0}," \
     61    -e "s,@PATCH1\@,${PATCH1}," \
    6262    -e "s%@Release\@%${gccnewlib_rpm_release}%g" \
    6363    -e "s%@target_alias\@%${target_alias}%g" \
Note: See TracChangeset for help on using the changeset viewer.