diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-13 18:33:35 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-13 18:33:35 +0800 |
commit | 66b13e74c4091658cae3e49fa49d6c1af968cbbd (patch) | |
tree | 9ee6131d977868f043b07e2947f400c156c25df4 /Mk | |
parent | 5ab0f2cd92dd4b4e012ed0d6fc8c3458b5bd52ad (diff) | |
download | freebsd-ports-gnome-66b13e74c4091658cae3e49fa49d6c1af968cbbd.tar.gz freebsd-ports-gnome-66b13e74c4091658cae3e49fa49d6c1af968cbbd.tar.zst freebsd-ports-gnome-66b13e74c4091658cae3e49fa49d6c1af968cbbd.zip |
Silence the sub-makes.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index b1c6f74791b9..7c8b38ede474 100644 --- a/Mk/bsd.port.mk +++ b/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.53 1994/10/12 23:32:32 jkh Exp $ +# $Id: bsd.port.mk,v 1.54 1994/10/13 08:08:56 jkh Exp $ # # Please view me with 4 column tabs! @@ -196,7 +196,7 @@ install: ${INSTALL_COOKIE} ${INSTALL_COOKIE}: @echo "===> Installing for ${DISTNAME}" - ${MAKE} pre-install + @${MAKE} pre-install .if defined(USE_GMAKE) @(cd ${WRKSRC}; ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} install) .else defined(USE_GMAKE) @@ -267,7 +267,7 @@ configure: extract ${CONFIGURE_COOKIE} ${CONFIGURE_COOKIE}: @echo "===> Configuring for ${DISTNAME}" - ${MAKE} pre-configure + @${MAKE} pre-configure @if [ -d ${PATCHDIR} ]; then \ echo "===> Applying patches for ${DISTNAME}" ; \ for i in ${PATCHDIR}/patch-*; do \ |