pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/fortify be quiet in do-build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7f0e04e72eb
branches:  trunk
changeset: 477106:a7f0e04e72eb
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jun 26 19:24:54 2004 +0000

description:
be quiet in do-build

diffstat:

 security/fortify/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 4af058f10004 -r a7f0e04e72eb security/fortify/Makefile
--- a/security/fortify/Makefile Sat Jun 26 19:19:11 2004 +0000
+++ b/security/fortify/Makefile Sat Jun 26 19:24:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/11/11 07:55:14 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/06/26 19:24:54 grant Exp $
 #
 
 DISTNAME=      Fortify-1.4.6-unix-src
@@ -54,9 +54,9 @@
        cd ${WRKSRC}; ${RMDIR} */bin
 
 do-build:
-       cd ${WRKSRC}/src/common; \
+       @cd ${WRKSRC}/src/common; \
        ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} ${ALL_TARGET}
-       cd ${WRKSRC}/src/cmdline; \
+       @cd ${WRKSRC}/src/cmdline; \
        ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} ${ALL_TARGET}
 
 do-install:



Home | Main Index | Thread Index | Old Index