Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2000 22:28:33 -0600
From:      Steve Price <sprice@hiwaay.net>
To:        Jason R Mastaler <jason@mastaler.com>
Cc:        Ade Lovett <ade@FreeBSD.ORG>, freebsd-ports@FreeBSD.ORG
Subject:   Re: testing new port: "make" chooses bad INSTALL value
Message-ID:  <20001116222833.F62344@bonsai.knology.net>
In-Reply-To: <x7bsvfut17.fsf@aguirre.la.mastaler.com>; from jason@mastaler.com on Thu, Nov 16, 2000 at 09:22:28PM -0700
References:  <00111618272201.01571@nightshade> <20001116193828.S47823@FreeBSD.org> <x7bsvfut17.fsf@aguirre.la.mastaler.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 16, 2000 at 09:22:28PM -0700, Jason R Mastaler wrote:
# Ade Lovett <ade@FreeBSD.org> writes:
# 
# > look for the following 4 lines somewhere at
# > the bottom of the script:
# > 
# > 	case "$ac_given_INSTALL" in
# > 	[/$]*) INSTALL="$ac_given_INSTALL" ;;
# > 	*) INSTALL="$ac_dots$ac_given_INSTALL" ;;
# > 	esac
# > 
# > and nuke 'em -- after that, you'll be fine.
# 
# Thanks, I'll give this a try, but I'm still unclear as to why this is
# only a problem when "make" drives configure, and not when I run it by
# hand.

steve@bonsai(/tmp)$ cat > Makefile
all:
        true
steve@bonsai(/tmp)$ make -V INSTALL
install
steve@bonsai(/tmp)$ 

Because when running from the commandline INSTALL is not defined
but from make(1) it is via /usr/share/mk/sys.mk.  That be my best
guess anyway FWIW.

-steve


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




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