Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Sep 2015 14:34:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202949] bsd.options.mk: do-* target helpers fail to override default definitions
Message-ID:  <bug-202949-13-z0pa90t2zp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202949-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202949-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202949

--- Comment #4 from Mathieu Arnold <mat@FreeBSD.org> ---
You were talking about replacing do-install with do-install-FOO-on/off,
NO_INSTALL does what you need, it removes the do-install default target.

the NO_INSTALL and NO_BUILD both do the same thing, they remove the default
do-install/do-build target that will go and run make, or something, in the
software working directory. The implementation detail of NO_BUILD does not
change that fact.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202949-13-z0pa90t2zp>