git: libexec: Move the definition of WARNS to libexec/Makefile.inc.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Nov 5 01:51:12 PDT 2010


commit 8f5c3d2a2f46eb49934a84d5761b72fef21365c2
Author: Sascha Wildner <saw at online.de>
Date:   Fri Nov 5 09:49:39 2010 +0100

    libexec: Move the definition of WARNS to libexec/Makefile.inc.
    
    This generally sets WARNS to 6 in libexec/ unless specified otherwise
    in the individual Makefiles. Just like we do it in bin/, games/, sbin/,
    usr.bin/ and usr.sbin/ already.
    
    Also fix some warnings that crept up and clean up some Makefiles.

Summary of changes:
 libexec/Makefile.inc            |    1 +
 libexec/atrun/Makefile          |    3 ---
 libexec/bootpd/Makefile         |   13 ++++++-------
 libexec/comsat/Makefile         |    2 --
 libexec/dma/Makefile            |    4 ----
 libexec/makekey/Makefile        |    2 --
 libexec/mknetid/Makefile        |    2 --
 libexec/pppoed/Makefile         |    3 ---
 libexec/rbootd/Makefile         |    2 +-
 libexec/rbootd/rmpproto.c       |    6 ++++--
 libexec/rbootd/utils.c          |    3 +--
 libexec/revnetgroup/Makefile    |    5 +----
 libexec/rlogind/Makefile        |    2 --
 libexec/rpc.rquotad/Makefile    |    3 ---
 libexec/rpc.rstatd/Makefile     |    2 +-
 libexec/rpc.rstatd/rstat_proc.c |    5 ++---
 libexec/rpc.rusersd/Makefile    |    8 ++++----
 libexec/rpc.rwalld/Makefile     |    8 ++++----
 libexec/rpc.sprayd/Makefile     |    8 ++++----
 libexec/rshd/Makefile           |    2 --
 libexec/rtld-elf/Makefile       |    3 ++-
 libexec/smrsh/Makefile          |    3 ++-
 libexec/talkd/Makefile          |    8 +++++---
 libexec/tcpd/Makefile           |    3 ++-
 libexec/telnetd/Makefile        |    4 +---
 libexec/tftpd/Makefile          |    6 +++---
 libexec/xtend/Makefile          |    3 ++-
 27 files changed, 46 insertions(+), 68 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8f5c3d2a2f46eb49934a84d5761b72fef21365c2


-- 
DragonFly BSD source repository





More information about the Commits mailing list