Put an `@' in front of the mtree command. I don't want to see it.

This commit is contained in:
Jordan K. Hubbard 1995-05-04 13:14:16 +00:00
parent f3a697b782
commit 628bb93361
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8272

View File

@ -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