Changeset 4b5348cc in rtems
- Timestamp:
- 10/03/11 09:38:27 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- b0a2a7aa
- Parents:
- 9d2da228
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r9d2da228 r4b5348cc 1 2011-10-03 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * depcomp, compile, texinfo.tex, mdate-sh: New. 4 * bootstrap (-c): Don't remove depcomp, compile, texinfo.tex, 5 mdate-sh. 6 1 7 2011-05-24 Joel Sherrill <joel.sherrill@oarcorp.com> 2 8 -
bootstrap
r9d2da228 r4b5348cc 201 201 test "$verbose" = "-v" && test -n "$files" && echo "$files" ; 202 202 for i in $files; do if test -f $i; then 203 rm -f $i config.sub config.guess depcomp install-sh mdate-sh missing \204 mkinstalldirs texinfo.tex compile 203 rm -f $i config.sub config.guess install-sh missing mkinstalldirs 204 # rm -f depcomp compile texinfo.tex mdate-sh 205 205 test "$verbose" = "-v" && echo "$i" 206 206 fi; done
Note: See TracChangeset
for help on using the changeset viewer.