Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include/rpc Sync with lib/librpcsvc/Makefile; Pass -B ${MAKE...
details: https://anonhg.NetBSD.org/src/rev/44d1e811b6da
branches: trunk
changeset: 501765:44d1e811b6da
user: enami <enami%NetBSD.org@localhost>
date: Sun Jan 07 06:56:15 2001 +0000
description:
Sync with lib/librpcsvc/Makefile; Pass -B ${MAKEFLAGS} to submake.
diffstat:
include/rpc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3b0b357c7d01 -r 44d1e811b6da include/rpc/Makefile
--- a/include/rpc/Makefile Sun Jan 07 06:16:46 2001 +0000
+++ b/include/rpc/Makefile Sun Jan 07 06:56:15 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/09/10 23:21:49 erh Exp $
+# $NetBSD: Makefile,v 1.4 2001/01/07 06:56:15 enami Exp $
#
INCS= auth.h auth_unix.h clnt.h clnt_soc.h nettype.h \
@@ -7,7 +7,7 @@
svc.h svc_auth.h svc_soc.h types.h xdr.h
.ifnmake getrpcgen
-XRPCGEN != (cd ${.CURDIR} && ${MAKE} getrpcgen)
+XRPCGEN != (cd ${.CURDIR} && ${MAKE} -B ${MAKEFLAGS} getrpcgen)
.endif
getrpcgen:
Home |
Main Index |
Thread Index |
Old Index