mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* configure.bat: Remove obsolete file.
* examples/configure.bat: Remove obsolete file.
This commit is contained in:
parent
2474bfd794
commit
d470a746c4
@ -30,7 +30,6 @@ bind.c
|
||||
chardefs.h
|
||||
complete.c
|
||||
config
|
||||
configure.bat
|
||||
configure.in
|
||||
display.c
|
||||
doc
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Jul 23 17:48:21 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.bat: Remove obsolete file.
|
||||
* examples/configure.bat: Remove obsolete file.
|
||||
|
||||
Wed May 13 13:41:53 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* sysdep-6irix.h: New file.
|
||||
|
@ -1,22 +0,0 @@
|
||||
@echo off
|
||||
if "%1" == "go32" goto h8300
|
||||
if "%1" == "h8/300" goto h8300
|
||||
echo Specify one of [ go32 h8/300 ] on command line
|
||||
goto exit
|
||||
|
||||
:go32
|
||||
echo Configuring readline for go32
|
||||
copy Makefile.dos Makefile
|
||||
copy sysdep-norm.h sysdep.h
|
||||
goto exit
|
||||
|
||||
:h8300
|
||||
echo Configuring readline for H8/300
|
||||
copy Makefile.dos Makefile
|
||||
copy sysdep-norm.h sysdep.h
|
||||
|
||||
:exit
|
||||
|
||||
cd examples
|
||||
call configure %1
|
||||
cd ..
|
@ -27,7 +27,6 @@ Things-to-keep:
|
||||
|
||||
Inputrc
|
||||
Makefile
|
||||
configure.bat
|
||||
fileman.c
|
||||
manexamp.c
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
@echo off
|
||||
if "%1" == "go32" goto h8300
|
||||
if "%1" == "h8/300" goto h8300
|
||||
echo Specify one of [ go32 h8/300 ] on command line
|
||||
goto exit
|
||||
|
||||
:go32
|
||||
echo Configuring readline/examples for go32
|
||||
copy Makefile.dos Makefile
|
||||
goto exit
|
||||
|
||||
:h8300
|
||||
echo Configuring readline/examples for H8/300
|
||||
copy Makefile.dos Makefile
|
||||
|
||||
:exit
|
Loading…
Reference in New Issue
Block a user