Changeset 6223498d in rtems


Ignore:
Timestamp:
01/09/04 13:38:16 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ba2dafad
Parents:
daec7a9
Message:

2004-01-09 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Remove mkinstalldirs.
  • bootstrap: Remove compile during "clean".
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • .cvsignore

    rdaec7a9 r6223498d  
    1515mdate-sh
    1616missing
    17 mkinstalldirs
    1817texinfo.tex
  • ChangeLog

    rdaec7a9 r6223498d  
     12004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * .cvsignore: Remove mkinstalldirs.
     4        * bootstrap: Remove compile during "clean".
     5
    162004-01-08      Joel Sherrill <joel@OARcorp.com>
    27
  • bootstrap

    rdaec7a9 r6223498d  
    161161  for i in $files; do if test -f $i; then
    162162    rm -f $i config.sub config.guess depcomp install-sh mdate-sh missing \
    163         mkinstalldirs texinfo.tex
     163        mkinstalldirs texinfo.tex compile
    164164    test "$verbose" = "-v" && echo "$i"   
    165165  fi; done
Note: See TracChangeset for help on using the changeset viewer.