Added a variable RUN (no leading underscore) as abbreviation for

${_PKG_SILENT}${_PKG_DEBUG}, so that this feature can be used by
packages, too.
This commit is contained in:
rillig 2006-10-22 06:50:49 +00:00
parent 26b6a3baf4
commit 53c952439d

View file

@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.mk,v 1.1888 2006/10/15 16:20:34 joerg Exp $
# $NetBSD: bsd.pkg.mk,v 1.1889 2006/10/22 06:50:49 rillig Exp $
#
# This file is in the public domain.
#
@ -267,6 +267,13 @@ _PKG_DEBUG= set -x;
_PKG_DEBUG_SCRIPT= ${SH} -x
.endif
# This variable can be prepended to all shell commands that should not
# be printed by default, but when PKGSRC_DEBUG_LEVEL is non-zero.
# It also re-adds the error checking that has been removed in 2004 to
# make bmake conform to POSIX.
#
RUN= ${_PKG_SILENT}${_PKG_DEBUG} set -e;
# A few aliases for *-install targets
INSTALL= ${TOOLS_INSTALL} # XXX override sys.mk
INSTALL_PROGRAM?= \