Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librpcsvc Add -${MAKEFLAGS} so that make options (like -...
details: https://anonhg.NetBSD.org/src/rev/2e2169da9d01
branches: trunk
changeset: 499783:2e2169da9d01
user: matt <matt%NetBSD.org@localhost>
date: Wed Nov 29 09:25:22 2000 +0000
description:
Add -${MAKEFLAGS} so that make options (like -m) get used for the submake
diffstat:
lib/librpcsvc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 554bc1d5ce32 -r 2e2169da9d01 lib/librpcsvc/Makefile
--- a/lib/librpcsvc/Makefile Wed Nov 29 09:18:32 2000 +0000
+++ b/lib/librpcsvc/Makefile Wed Nov 29 09:25:22 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2000/09/10 23:21:49 erh Exp $
+# $NetBSD: Makefile,v 1.27 2000/11/29 09:25:22 matt Exp $
RPCSRCS= bootparam_prot.x klm_prot.x mount.x nfs_prot.x\
nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x\
@@ -19,7 +19,7 @@
# that's after make has figured out dependencies using the (lack of) values
# of variables at the time it parses the dependency line.
.ifnmake getrpcgen
-XRPCGEN != (cd ${.CURDIR} && ${MAKE} getrpcgen)
+XRPCGEN != (cd ${.CURDIR} && ${MAKE} -${MAKEFLAS} getrpcgen)
.endif
getrpcgen:
Home |
Main Index |
Thread Index |
Old Index