From 4457eb453f42c6ce10de4fa675fcbcbf803ce1d6 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 25 Jun 1997 00:49:12 +0000 Subject: [PATCH] removed out of date comments --- config/HostSys.txt | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/config/HostSys.txt b/config/HostSys.txt index ff6ae7410..7b558d58d 100644 --- a/config/HostSys.txt +++ b/config/HostSys.txt @@ -83,23 +83,8 @@ B) Adjust Makefile.Host refer to Sample.Makefile.Host in the base/config dir. - - The current make-system for WIN32 needs * gnumake (OK, sources for WIN32 are available) -* several UNIX tools: sed, grep, ... (dito) -* a UNIX-like shell (ouch!) +* perl (OK, sources for WIN32 are available) -I found no fully operational shell and no sources for WIN32 so far, -Cygnus' bash e.g. cannot handle this: -(echo a>a; echo b>>a) -Right now I use the knts that I wrote and simplified scripts. -Jeff eliminated many shell-lines in Makefile.*, -the final solution could be: -1) replace shell, awk, grep, sed, ... by Perl! -2) use C code - -Perl looks like a real option because it's available -for many platforms and maybe the best idea for -'portable scripts'.