From 628bb93361e4469f38b6b65de46b1fbf737e5be2 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 4 May 1995 13:14:16 +0000 Subject: [PATCH] Put an `@' in front of the mtree command. I don't want to see it. --- share/mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index 716d824ab61..1a625aeb0d7 100644 --- a/share/mk/bsd.port.mk +++ b/share/mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.152 1995/04/30 12:28:43 asami Exp $ +# $Id: bsd.port.mk,v 1.153 1995/05/02 13:49:01 jkh Exp $ # # Please view me with 4 column tabs! @@ -734,7 +734,7 @@ install: build ${INSTALL_COOKIE} ${INSTALL_COOKIE}: @${ECHO_MSG} "===> Installing for ${PKGNAME}" .if !defined(USE_X11) && !defined(USE_IMAKE) && defined(MTREE_LOCAL) - ${MTREE_CMD} ${MTREE_ARGS} ${PREFIX}/; + @${MTREE_CMD} ${MTREE_ARGS} ${PREFIX}/; .endif .if target(pre-install) @${MAKE} ${.MAKEFLAGS} pre-install