git: Random makefile cleanup prior to bmake import
John Marino
marino at crater.dragonflybsd.org
Sun Oct 28 06:34:00 PDT 2012
commit b3badcb070292bd53d2b9cabd6e4efbf1ab5e03e
Author: John Marino <draco at marino.st>
Date: Sun Oct 28 13:32:36 2012 +0100
Random makefile cleanup prior to bmake import
Bmake does not like to encounter "exit 0" or "exit 1". It fails using the
exec command. Replace instances of "exit 1" with /usr/bin/false. There
was one instance of "exit 0" but it was at the end the target and thus
unnecessary.
The groff/tmac makefile was improved by providing a cd command for
every installed file.
Finally, one of the test makefiles was missing a single quote in one of
the targets.
Summary of changes:
etc/Makefile | 2 +-
gnu/usr.bin/groff/tmac/Makefile | 4 +++-
sys/conf/kern.post.mk | 9 ++++-----
test/vkernel/Makefile | 8 ++++----
test/x86_64/Makefile | 8 ++++----
usr.bin/getconf/Makefile | 2 +-
6 files changed, 17 insertions(+), 16 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b3badcb070292bd53d2b9cabd6e4efbf1ab5e03e
--
DragonFly BSD source repository
More information about the Commits
mailing list