Changeset cf0ed46 in rtems
- Timestamp:
- Jun 18, 2003, 3:15:48 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 94b81961
- Parents:
- 502ce3c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r502ce3c rcf0ed46 1 1 2003-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 2 3 * bootstrap: Reflect having added config.sub. 3 4 * config.sub: New from subversions to accomodate c4x/tic4x. 4 5 -
bootstrap
r502ce3c rcf0ed46 161 161 test "$verbose" = "-v" && test -n "$files" && echo "$files" ; 162 162 for i in $files; do if test -f $i; then 163 rm -f $i config.guess config.sub depcomp install-sh mdate-sh missing \ 163 # The config.sub shipped with automake <= 1.7.5 does handle c4x/tic4x-* correctly. 164 # rm -f config.sub 165 rm -f $i config.guess depcomp install-sh mdate-sh missing \ 164 166 mkinstalldirs texinfo.tex 165 167 test "$verbose" = "-v" && echo "$i" … … 188 190 ;; 189 191 esac 192 193 exit 0
Note: See TracChangeset
for help on using the changeset viewer.