pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/pico quieten the start of the build, we don't ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a86f52be29d
branches:  trunk
changeset: 475510:4a86f52be29d
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon May 17 11:29:34 2004 +0000

description:
quieten the start of the build, we don't need to see all of MAKE_ENV
being set.

diffstat:

 editors/pico/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5e0038adcfd6 -r 4a86f52be29d editors/pico/Makefile
--- a/editors/pico/Makefile     Mon May 17 11:28:26 2004 +0000
+++ b/editors/pico/Makefile     Mon May 17 11:29:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2004/05/17 11:28:26 grant Exp $
+# $NetBSD: Makefile,v 1.55 2004/05/17 11:29:34 grant Exp $
 
 DISTNAME=      pine4.60
 PKGNAME=       pico-4.7
@@ -32,7 +32,7 @@
 MAKE_ENV+=     _STRIPFLAG_INSTALL=     # debug...
 
 do-build:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./build ${BUILDNAME} \
+       @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./build ${BUILDNAME} \
                CC="${LIBTOOL} ${CC}" \
                PREFIX=${PREFIX} OPTIMIZE="${CFLAGS}" \
                EXTRALDFLAGS="${LIBS}"



Home | Main Index | Thread Index | Old Index