cvs commit: src/lib Makefile src/tools/build/options WITHOUT_GSSAPI WITH_GSSAPI makeman src/share/mk bsd.own.mk

Ruslan Ermilov ru at FreeBSD.org
Wed Dec 12 08:39:32 PST 2007


ru          2007-12-12 16:39:32 UTC

  FreeBSD src repository

  Modified files:
    lib                  Makefile 
    tools/build/options  makeman 
    share/mk             bsd.own.mk 
  Added files:
    tools/build/options  WITHOUT_GSSAPI 
  Removed files:
    tools/build/options  WITH_GSSAPI 
  Log:
  - Fix setting of MK_GSSAPI option by bsd.own.mk; its value should
    default to the value of MK_KERBEROS unless set explicitly by
    WITH_GSSAPI/WITHOUT_GSSAPI.  (This introduces another type of
    MK_* variables which itself is questionable.)
  
  - Teach tools/build/options/makeman script that generates the
    src.conf(5) manpage about the new type of MK_* variables.
  
  - Fix broken logic in lib/Makefile.
  
  Revision  Changes    Path
  1.228     +1 -5      src/lib/Makefile
  1.71      +21 -1     src/share/mk/bsd.own.mk
  1.1       +2 -0      src/tools/build/options/WITHOUT_GSSAPI (new)
  1.2       +0 -4      src/tools/build/options/WITH_GSSAPI (dead)
  1.8       +15 -4     src/tools/build/options/makeman


More information about the cvs-src mailing list