[Bug 202949] bsd.options.mk: do-* target helpers fail to override default definitions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 7 14:34:23 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202949

--- Comment #4 from Mathieu Arnold <mat at 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.


More information about the freebsd-ports-bugs mailing list