summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorRaphael Manfredi <Raphael_Manfredi@grenoble.hp.com>1997-03-06 14:10:38 +0100
committerChip Salzenberg <chip@atlantic.net>1997-03-01 18:40:49 +1200
commit385588b3949e695a02c8ea1dd00fe789d6044de3 (patch)
tree3ee9ff5bd5715756399a102b042284ec5e88881b /hints
parent1db9566f513791929f1e21e86206e5669d5b11c2 (diff)
downloadperl-385588b3949e695a02c8ea1dd00fe789d6044de3.tar.gz
HP-UX hint update
Quoting Chip Salzenberg: :If you have a second, please look them over and see if anything :important is out or anything broken is in. I don't see my hint/hpux.sh patch. Here it is again (in unified format this time): p5p-msgid: 1479.857653838@lyon.grenoble.hp.com
Diffstat (limited to 'hints')
-rw-r--r--hints/machten_2.sh10
-rw-r--r--hints/os2.sh4
2 files changed, 6 insertions, 8 deletions
diff --git a/hints/machten_2.sh b/hints/machten_2.sh
index dfcedede4e..aae73f592d 100644
--- a/hints/machten_2.sh
+++ b/hints/machten_2.sh
@@ -15,10 +15,6 @@
# Original version was for MachTen 2.1.1.
# Last modified by Andy Dougherty <doughera@lafcol.lafayette.edu>
# Tue Aug 13 12:31:01 EDT 1996
-#
-# Warning about tests which no longer fail
-# fixed by Tom Phoenix <rootbeer@teleport.com>
-# March 5, 1997
# I don't know why this is needed. It might be similar to NeXT's
# problem. See hints/next_3.sh.
@@ -42,11 +38,15 @@ i_db=$undef
# This will generate a harmless message:
# Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
# Propagating recommended variable dont_use_nlink
-# Without this, tests io/fs #4 and op/stat #3 will fail.
dont_use_nlink=define
cat <<'EOM' >&4
+Tests
+ io/fs test 4 and
+ op/stat test 3
+may fail since MachTen versions 2.X have no hard links.
+
At the end of Configure, you will see a harmless message
Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
diff --git a/hints/os2.sh b/hints/os2.sh
index 70e478b96f..9bce2a594c 100644
--- a/hints/os2.sh
+++ b/hints/os2.sh
@@ -32,9 +32,7 @@ libemx="`../UU/loc . X c:/emx/lib d:/emx/lib e:/emx/lib f:/emx/lib g:/emx/lib h:
if test "$libemx" = "X"; then echo "Cannot find C library!"; fi
-# Acute backslashitis:
-libpth="`echo \"$LIBRARY_PATH\" | tr ';\\\' ' /'`"
-libpth="$libpth $libemx/mt $libemx"
+libpth="$libemx/mt $libemx"
set `emxrev -f emxlibcm`
emxcrtrev=$5