aboutsummaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-09-07 15:19:40 +0000
committerWarner Losh <imp@FreeBSD.org>2004-09-07 15:19:40 +0000
commitd0beb853055639368f26092af15b0f7af4503018 (patch)
tree7187d2e674f83ddca79b6d7be9e407568f1b0f5c /share/mk
parent182d7632d4f769471b3dc0570f75d11396b568e4 (diff)
downloadsrc-d0beb853055639368f26092af15b0f7af4503018.tar.gz
src-d0beb853055639368f26092af15b0f7af4503018.zip
Although 'Unanimous Consent' appears to be a well defined and used in
the US Senate, Canadian Parliament and Australian Senate, it was causing some confusion. After some consultation with Mark Murray, change this to 'without objection' since often times a plain-speaking term is preferable to a regionally used term. Also, clarify that this procedure is to be used when for more mundane matters that need a sanity check, but don't need the whole, ponderous voting proceedure that more difficult issues require. Core members that read email in any given 48 hour period are trusted enough to know the difference and to provide the sanity check as necessary. Reviewed by: markm
Notes
Notes: svn path=/head/; revision=134903
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index 793272d70d62..41c2f9c48ee0 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -44,11 +44,11 @@ _SUBDIR: .USE
.if defined(SUBDIR) && !empty(SUBDIR) && !defined(NO_SUBDIR)
@${_+_}for entry in ${SUBDIR}; do \
if test -d ${.CURDIR}/$${entry}.${MACHINE_ARCH}; then \
- ${ECHODIR} "===> ${DIRPRFX}$${entry}.${MACHINE_ARCH}"; \
+ ${ECHODIR} "===> ${DIRPRFX}$${entry}.${MACHINE_ARCH} (${.TARGET:realinstall=install})"; \
edir=$${entry}.${MACHINE_ARCH}; \
cd ${.CURDIR}/$${edir}; \
else \
- ${ECHODIR} "===> ${DIRPRFX}$$entry"; \
+ ${ECHODIR} "===> ${DIRPRFX}$$entry (${.TARGET:realinstall=install})"; \
edir=$${entry}; \
cd ${.CURDIR}/$${edir}; \
fi; \