From: Paul Green Date: Tue, 26 Feb 2002 15:19:00 +0000 (-0500) Subject: perl/hints/vos.sh X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1059054db273fce406f731966b935f417b38dbd5;p=p5sagit%2Fp5-mst-13.2.git perl/hints/vos.sh Message-Id: <200202262021.PAA24979@mailhub1.stratus.com> p4raw-id: //depot/perl@14890 --- diff --git a/hints/vos.sh b/hints/vos.sh index c06adba..f3bd74d 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -82,3 +82,12 @@ archobjs="vos.o" # Help gmake find vos.c test -h vos.c || ln -s vos/vos.c vos.c + +# VOS returns a constant 1 for st_nlink when stat'ing a +# directory. Therefore, we must set this variable to stop +# File::Find using the link count to determine whether there are +# subdirectories to be searched. +dont_use_nlink=define + +# Tell Configure where to find the hosts file. +hostcat="cat /system/stcp/hosts"