Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2010 09:50:19 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/libexec Makefile.inc src/libexec/atrun Makefile src/libexec/bootpd Makefile Makefile.inc src/libexec/bootpd/tools Makefile.inc src/libexec/fingerd Makefile src/libexec/getty Makefile src/libexec/mail.local Makefile src/libexec/mknetid ...
Message-ID:  <201001020954.o029sr9U039311@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-01-02 09:50:19 UTC

  FreeBSD src repository

  Modified files:
    libexec              Makefile.inc 
    libexec/atrun        Makefile 
    libexec/bootpd       Makefile Makefile.inc 
    libexec/bootpd/tools Makefile.inc 
    libexec/fingerd      Makefile 
    libexec/getty        Makefile 
    libexec/mail.local   Makefile 
    libexec/mknetid      Makefile 
    libexec/pppoed       Makefile 
    libexec/rbootd       Makefile 
    libexec/revnetgroup  Makefile 
    libexec/rpc.rquotad  Makefile 
    libexec/rpc.rstatd   Makefile 
    libexec/rpc.rusersd  Makefile 
    libexec/rpc.rwalld   Makefile 
    libexec/rpc.sprayd   Makefile 
    libexec/rshd         Makefile 
    libexec/rtld-elf     Makefile 
    libexec/smrsh        Makefile 
    libexec/talkd        Makefile 
    libexec/tcpd         Makefile 
    libexec/tftp-proxy   Makefile 
    libexec/tftpd        Makefile 
    libexec/ulog-helper  Makefile 
    libexec/ypxfr        Makefile 
  Log:
  SVN rev 201380 on 2010-01-02 09:50:19Z by ed
  
  Make WARNS=6 the default for libexec/.
  
  Just like bin/ and sbin/, I think setting WARNS to the highest value
  possible will make it more attractive for people to fix warnings.
  
  - The WARNS variable is set in the Makefile in the directory of the
    application itself, making it more likely that it will be removed out
    of curiosity to see what happens.
  - New applications will most likely build with WARNS=6 out of the box,
    because the author would more likely fix the warnings during
    development than lower WARNS.
  
  Unfortunately almost all apps in libexec require a lowered value of
  WARNS.
  
  Revision  Changes    Path
  1.5       +2 -0      src/libexec/Makefile.inc
  1.16      +2 -0      src/libexec/atrun/Makefile
  1.10      +3 -1      src/libexec/bootpd/Makefile
  1.5       +2 -0      src/libexec/bootpd/Makefile.inc
  1.7       +3 -1      src/libexec/bootpd/tools/Makefile.inc
  1.12      +1 -1      src/libexec/fingerd/Makefile
  1.12      +2 -0      src/libexec/getty/Makefile
  1.22      +2 -0      src/libexec/mail.local/Makefile
  1.8       +3 -1      src/libexec/mknetid/Makefile
  1.6       +1 -0      src/libexec/pppoed/Makefile
  1.13      +1 -0      src/libexec/rbootd/Makefile
  1.7       +3 -1      src/libexec/revnetgroup/Makefile
  1.8       +0 -2      src/libexec/rpc.rquotad/Makefile
  1.10      +2 -0      src/libexec/rpc.rstatd/Makefile
  1.11      +0 -3      src/libexec/rpc.rusersd/Makefile
  1.8       +2 -0      src/libexec/rpc.rwalld/Makefile
  1.7       +3 -2      src/libexec/rpc.sprayd/Makefile
  1.26      +1 -0      src/libexec/rshd/Makefile
  1.47      +1 -0      src/libexec/rtld-elf/Makefile
  1.11      +2 -0      src/libexec/smrsh/Makefile
  1.13      +0 -1      src/libexec/talkd/Makefile
  1.7       +2 -0      src/libexec/tcpd/Makefile
  1.2       +2 -0      src/libexec/tftp-proxy/Makefile
  1.11      +3 -0      src/libexec/tftpd/Makefile
  1.2       +0 -2      src/libexec/ulog-helper/Makefile
  1.12      +3 -0      src/libexec/ypxfr/Makefile



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