Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2007 19:01:50 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/mk bsd.lib.mk bsd.own.mk src/lib/libpam/modules/pam_unix Makefile src/lib/ncurses/ncurses Makefile src/usr.bin/lex/lib Makefile
Message-ID:  <200710201901.l9KJ1o2W038144@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2007-10-20 19:01:50 UTC

  FreeBSD src repository

  Modified files:
    share/mk             bsd.lib.mk bsd.own.mk 
    lib/libpam/modules/pam_unix Makefile 
    lib/ncurses/ncurses  Makefile 
    usr.bin/lex/lib      Makefile 
  Log:
  - Convert NO_INSTALLLIB option to a new syntax: makefiles should
    test MK_INSTALLLIB, users can set WITHOUT_INSTALLLIB.  The old
    NO_INSTALLLIB is still supported as several makefiles set it.
  
  - While here, fix an install when instructed not to install libs
    (usr.bin/lex/lib/Makefile).
  
  PR:             bin/114200
  Submitted by:   Henrik Brix Andersen
  
  Revision  Changes    Path
  1.22      +1 -0      src/lib/libpam/modules/pam_unix/Makefile
  1.93      +1 -1      src/lib/ncurses/ncurses/Makefile
  1.183     +1 -1      src/share/mk/bsd.lib.mk
  1.69      +2 -0      src/share/mk/bsd.own.mk
  1.11      +2 -0      src/usr.bin/lex/lib/Makefile



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