mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Remove mkinstalldirs. * bootstrap: Remove compile during "clean".
This commit is contained in:
@@ -14,5 +14,4 @@ Makefile
|
||||
Makefile.in
|
||||
mdate-sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
texinfo.tex
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Remove mkinstalldirs.
|
||||
* bootstrap: Remove compile during "clean".
|
||||
|
||||
2004-01-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* .cvsignore: Add compile.
|
||||
|
||||
@@ -160,7 +160,7 @@ clean)
|
||||
test "$verbose" = "-v" && test -n "$files" && echo "$files" ;
|
||||
for i in $files; do if test -f $i; then
|
||||
rm -f $i config.sub config.guess depcomp install-sh mdate-sh missing \
|
||||
mkinstalldirs texinfo.tex
|
||||
mkinstalldirs texinfo.tex compile
|
||||
test "$verbose" = "-v" && echo "$i"
|
||||
fi; done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user