Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sets Ignore MAKEFLAGS for snippet makefiles.
details: https://anonhg.NetBSD.org/src/rev/60d138ee3111
branches: trunk
changeset: 357718:60d138ee3111
user: kre <kre%NetBSD.org@localhost>
date: Wed Nov 22 23:14:01 2017 +0000
description:
Ignore MAKEFLAGS for snippet makefiles.
(more important than MAKEVERBOSE probably.)
diffstat:
distrib/sets/sets.subr | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 4052a622e486 -r 60d138ee3111 distrib/sets/sets.subr
--- a/distrib/sets/sets.subr Wed Nov 22 21:31:20 2017 +0000
+++ b/distrib/sets/sets.subr Wed Nov 22 23:14:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sets.subr,v 1.180 2017/11/22 21:31:20 christos Exp $
+# $NetBSD: sets.subr,v 1.181 2017/11/22 23:14:01 kre Exp $
#
#
@@ -179,7 +179,7 @@
# In each file, a record consists of a path and a System Package name,
# separated by whitespace. E.g.,
#
-# # $NetBSD: sets.subr,v 1.180 2017/11/22 21:31:20 christos Exp $
+# # $NetBSD: sets.subr,v 1.181 2017/11/22 23:14:01 kre Exp $
# . base-sys-root [keyword[,...]]
# ./altroot base-sys-root
# ./bin base-sys-root
@@ -605,7 +605,7 @@
#
arch_to_cpu()
{
- MAKEVERBOSE= MACHINE_ARCH=${1} ${MAKE} -B -f- all <<EOMAKE
+ MAKEFLAGS= MAKEVERBOSE= MACHINE_ARCH=${1} ${MAKE} -B -f- all <<EOMAKE
.include <bsd.own.mk>
all:
@echo \${MACHINE_CPU}
@@ -619,7 +619,7 @@
#
arch_to_endian()
{
- MAKEVERBOSE= MACHINE_ARCH=${1} ${MAKE} -B -f- all <<EOMAKE
+ MAKEFLAGS= MAKEVERBOSE= MACHINE_ARCH=${1} ${MAKE} -B -f- all <<EOMAKE
.include <bsd.endian.mk>
all:
@echo \${TARGET_ENDIANNESS}
Home |
Main Index |
Thread Index |
Old Index