Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 1998 19:53:51 +1100 (EST)
From:      John Birrell  <jb@cimlogic.com.au>
To:        tlambert@primenet.com (Terry Lambert)
Cc:        sgk@troutmask.apl.washington.edu, crossd@cs.rpi.edu, jkh@time.cdrom.com, nate@mt.sri.com, hackers@FreeBSD.ORG
Subject:   Re: linux software installation and uname
Message-ID:  <199811110853.TAA05150@cimlogic.com.au>
In-Reply-To: <199811110830.BAA06529@usr02.primenet.com> from Terry Lambert at "Nov 11, 98 08:30:57 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Terry Lambert wrote:
> > Here is the nice little uname test from the vendor's install script:
> > 
> > # what type of target?
> > if test -x /usr/bin/uname ; then
> >         uname=/usr/bin/uname
> > elif test -x /bin/uname ; then
> >         uname=/bin/uname
> > else
> >         # Never seen it anywhere but /bin or /usr/bin, so hopefully it's
> >         # in $PATH already.
> >         type uname > /dev/null 2>&1
> >         if test $? -ne 0 ; then
> >                 echo "install: uname not found in \$PATH environment variable"
> >                 quit
> >         else
> >                 uname=uname
> >         fi
> > fi
> 
> Any you don't path this as part of the "port" you made for the
> compiler?

What does this sentence mean? I understand each of the words, but I
have no idea what the f%$# you are talking about.

-- 
John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/
CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811110853.TAA05150>