git: buildworld: Specify cpp for rpcgen to use rather than fallback
John Marino
marino at crater.dragonflybsd.org
Tue May 26 02:04:22 PDT 2015
commit e970d7d81e58e5f3a84b931fe1c66aceb409207f
Author: John Marino <draco at marino.st>
Date: Tue May 26 09:56:49 2015 +0200
buildworld: Specify cpp for rpcgen to use rather than fallback
Without the -Y switch, rpcgen will fall back to "cpp" which is guided
by OBJFORMAT environment settings to point at the host cpp from gcc50.
In the later stages of buildworld, we want to use the cpp we just built,
not the host cpp which could have issues. By stage 4, no native host
tools should be in use.
Summary of changes:
include/rpc/Makefile | 3 +--
include/rpcsvc/Makefile | 7 +------
lib/librpcsvc/Makefile | 3 +--
share/examples/sunrpc/dir/Makefile | 2 +-
share/examples/sunrpc/msg/Makefile | 2 +-
share/examples/sunrpc/sort/Makefile | 2 +-
usr.sbin/amd/Makefile.inc | 3 +--
7 files changed, 7 insertions(+), 15 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e970d7d81e58e5f3a84b931fe1c66aceb409207f
--
DragonFly BSD source repository
More information about the Commits
mailing list