DragonFly commits List (threaded) for 2012-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Random makefile cleanup prior to bmake import
commit b3badcb070292bd53d2b9cabd6e4efbf1ab5e03e
Author: John Marino <draco@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]