git: Simplify some Makefiles.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Jan 15 00:43:21 PST 2018
commit bea94db0977210964cba791bf174703d89917ed0
Author: Sascha Wildner <saw at online.de>
Date: Mon Jan 15 09:31:30 2018 +0100
Simplify some Makefiles.
If there is just one source file that is named ${PROG}.c, SRCS does
not need to be set.
Summary of changes:
bin/notty/Makefile | 4 ----
games/snake/snake/Makefile | 1 -
gnu/usr.bin/binutils225/block2/addr2line/Makefile | 1 -
gnu/usr.bin/binutils225/block2/nm/Makefile | 1 -
gnu/usr.bin/binutils225/block2/size/Makefile | 1 -
gnu/usr.bin/binutils227/block2/addr2line/Makefile | 1 -
gnu/usr.bin/binutils227/block2/nm/Makefile | 1 -
gnu/usr.bin/binutils227/block2/size/Makefile | 1 -
gnu/usr.bin/cc47/gcov/Makefile | 2 --
gnu/usr.bin/gdb/gdb/Makefile | 1 -
gnu/usr.bin/rcs/ci/Makefile | 1 -
gnu/usr.bin/rcs/co/Makefile | 1 -
gnu/usr.bin/rcs/ident/Makefile | 1 -
gnu/usr.bin/rcs/merge/Makefile | 1 -
gnu/usr.bin/rcs/rcsclean/Makefile | 1 -
gnu/usr.bin/rcs/rcsdiff/Makefile | 1 -
gnu/usr.bin/rcs/rcsmerge/Makefile | 1 -
gnu/usr.bin/rcs/rlog/Makefile | 1 -
sbin/diskinfo/Makefile | 3 ---
sbin/fsid/Makefile | 1 -
sbin/mount_dirfs/Makefile | 1 -
sbin/mount_hammer2/Makefile | 1 -
sbin/mountctl/Makefile | 4 ----
sbin/savecore/Makefile | 2 --
sbin/usched/Makefile | 3 ---
sbin/vquota/Makefile | 1 -
tools/tools/drm/radeon/mkregtable/Makefile | 2 --
usr.bin/btpin/Makefile | 2 --
usr.bin/gencat/Makefile | 1 -
usr.bin/vknet/Makefile | 4 ----
usr.bin/xinstall/Makefile | 1 -
usr.sbin/authpf/Makefile | 1 -
usr.sbin/btconfig/Makefile | 2 --
usr.sbin/mrouted/testrsrr/Makefile | 2 --
usr.sbin/usbdump/Makefile | 1 -
usr.sbin/watchdogd/Makefile | 1 -
36 files changed, 55 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bea94db0977210964cba791bf174703d89917ed0
--
DragonFly BSD source repository
More information about the Commits
mailing list