diff options
author | Laszlo Molnar <laszlo.molnar@eth.ericsson.se> | 1998-03-06 11:41:01 +0100 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-03-16 12:13:55 +0000 |
commit | 9e48b294a088693583142bb2058db509a62bb303 (patch) | |
tree | f7b117fe180521a7e6d331d4252844e2acb8e019 /hints | |
parent | 9ec7530597a8f6f41be3c8f954450ef40df6c88e (diff) | |
download | perl-9e48b294a088693583142bb2058db509a62bb303.tar.gz |
DOS djgpp updates:
Subject: [PATCH for 5.004_61] dos-djgpp update
Date: Fri, 6 Mar 1998 10:41:01 +0100
Subject: [PATCH 5.004_62] dos-djgpp update
Date: Thu, 12 Mar 1998 13:34:51 +0100
p4raw-id: //depot/perl@811
Diffstat (limited to 'hints')
-rw-r--r-- | hints/dos_djgpp.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hints/dos_djgpp.sh b/hints/dos_djgpp.sh index f50cd01884..9878cc33fc 100644 --- a/hints/dos_djgpp.sh +++ b/hints/dos_djgpp.sh @@ -52,9 +52,12 @@ archlib=$privlib sitelib=$privlib/site sitearch=$sitelib +eagain='EAGAIN' +rd_nodata='-1' + : set up the translation script tr -cat >../UU/tr <<EOSC +cat > UU/tr <<EOSC $startsh case "\$1\$2" in '[A-Z][a-z]') exec tr.exe '[:upper:]' '[:lower:]';; @@ -64,8 +67,6 @@ exec tr.exe "\$@" EOSC if [ "X$usethreads" != "X" ]; then - ccflags="-DUSE_THREADS $ccflags" - cppflags="-DUSE_THREADS $cppflags" set `echo X "$libswanted "| sed -e 's/ c / gthreads c /'` shift libswanted="$*" |