pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Add missing '-print' to FIND



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5f486b2c436
branches:  trunk
changeset: 483580:b5f486b2c436
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Mon Nov 15 11:38:42 2004 +0000

description:
Add missing '-print' to FIND

diffstat:

 lang/gcc34-ada/Makefile |  4 ++--
 lang/gcc34/Makefile     |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c251d004e32f -r b5f486b2c436 lang/gcc34-ada/Makefile
--- a/lang/gcc34-ada/Makefile   Mon Nov 15 11:35:30 2004 +0000
+++ b/lang/gcc34-ada/Makefile   Mon Nov 15 11:38:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/11/08 16:46:27 shannonjr Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/15 11:39:14 shannonjr Exp $
 #
 
 DISTNAME=      gcc-${GCC_VERSION}
@@ -126,7 +126,7 @@
        (cd ${WRKDIR}/.buildlink && ${MKDIR} ${RALT_GCC_RTS} && \
        cd ${RALT_GCC_RTS} && ${LN} -sf ${ALT_GCC_RTS}/libgnat.a .)
        (cd ${ALT_GCC:H} && \
-       files=`${FIND} . -type f \( -perm -0100 \)` && \
+       files=`${FIND} . -type f \( -perm -0100 \) -print` && \
        cd ${GCC_DIR}/bin/ && \
        for file in ${ALT_GCC:T} $${files} ; do \
                ${ECHO} '#!${TOOLS_SHELL}' > $${file}; \
diff -r c251d004e32f -r b5f486b2c436 lang/gcc34/Makefile
--- a/lang/gcc34/Makefile       Mon Nov 15 11:35:30 2004 +0000
+++ b/lang/gcc34/Makefile       Mon Nov 15 11:38:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/11/12 12:31:28 shannonjr Exp $
+# $NetBSD: Makefile,v 1.20 2004/11/15 11:38:42 shannonjr Exp $
 #
 
 DISTNAME=      gcc-${GCC_VERSION}
@@ -180,7 +180,7 @@
        (cd ${WRKDIR}/.buildlink && ${MKDIR} ${RALT_GCC_RTS} && \
        cd ${RALT_GCC_RTS} && ${LN} -sf ${ALT_GCC_RTS}/libgnat.a .)
        (cd ${ALT_GCC:H} && \
-       bin_files=`${FIND} . -type f \( -perm -0100 \)` && \
+       bin_files=`${FIND} . -type f \( -perm -0100 \) -print` && \
        cd ${WRKDIR}/.gcc/bin/ && \
        for filename in ${ALT_GCC:T} $${bin_files} ; do \
                ${ECHO} '#!${TOOLS_SHELL}' > $${filename}; \



Home | Main Index | Thread Index | Old Index