Creation of the NO_SSP build knob

Dag-Erling Smørgrav des at des.no
Thu Sep 4 14:48:29 UTC 2008


Jeremie Le Hen <jeremie at 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}=
   194  .endif
   195  .endfor

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-hackers mailing list