From a3fcaa9ffcd054914ffbc42d1c109b2705c3c443 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Mon, 2 May 1994 23:20:10 +0000 Subject: [PATCH] Kill three year old cruft. --- .Sanitize | 1 - configure.bat | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 configure.bat diff --git a/.Sanitize b/.Sanitize index d6d21eeae3a..8bbd7b66d2b 100644 --- a/.Sanitize +++ b/.Sanitize @@ -54,7 +54,6 @@ config config.guess config.sub configure -configure.bat configure.in cvs deja-gnu diff --git a/configure.bat b/configure.bat deleted file mode 100644 index 673b612c898..00000000000 --- a/configure.bat +++ /dev/null @@ -1,21 +0,0 @@ -@echo off -if "%1" == "h8/300" goto ok -echo Specify one of [ h8/300 ] on command line -goto exit - -:ok -cd gcc -call configure %1 -cd ../gas -call configure %1 -cd ../bfd -call configure %1 -cd ../binutils -call configure %1 -cd ../ld -call configure %1 -cd ../libiberty -call configure %1 -cd .. - -:exit -- 2.30.2