Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Sep 2008 16:48:28 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        Jeremie Le Hen <jeremie@le-hen.org>
Cc:        freebsd-hackers@FreeBSD.org, Rui Paulo <rpaulo@FreeBSD.org>
Subject:   Re: Creation of the NO_SSP build knob
Message-ID:  <86hc8w55mr.fsf@ds4.des.no>
In-Reply-To: <20080904141705.GL72107@obiwan.tataz.chchile.org> (Jeremie Le Hen's message of "Thu, 4 Sep 2008 16:17:05 %2B0200")
References:  <20080904124653.GK72107@obiwan.tataz.chchile.org> <20080904135200.GC31289@alpha.local> <86ljy857zz.fsf@ds4.des.no> <20080904141705.GL72107@obiwan.tataz.chchile.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jeremie Le Hen <jeremie@le-hen.org> writes:
> There is a problem is the user defines WITH_SSP in src.conf or on
> command-line.  In this case, bsd.own.mk screams because both WITH_SSP
> and WITHOUT_SSP are defined.  Try to make buildworld with -DWITH_SSP,
> and it won't even fill your terminal before breaking :).

bsd.own.mk:

   184  #
   185  # Supported NO_* options (if defined, MK_* will be forced to "no",
   186  # regardless of user's setting).
   187  #
   188  .for var in \
   189      INSTALLLIB \
   190      MAN \
   191      PROFILE
   192  .if defined(NO_${var})
   193  WITHOUT_${var}=3D
   194  .endif
   195  .endfor

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



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