pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Make those scripts executable.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4744298040b
branches:  trunk
changeset: 467904:e4744298040b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 08 03:34:20 2004 +0000

description:
Make those scripts executable.

diffstat:

 mk/compiler/gcc.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0cc3eb2ab2c8 -r e4744298040b mk/compiler/gcc.mk
--- a/mk/compiler/gcc.mk        Sun Feb 08 03:29:16 2004 +0000
+++ b/mk/compiler/gcc.mk        Sun Feb 08 03:34:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.46 2004/02/08 03:29:16 jlam Exp $
+# $NetBSD: gcc.mk,v 1.47 2004/02/08 03:34:20 jlam Exp $
 
 .if !defined(COMPILER_GCC_MK)
 COMPILER_GCC_MK=       one
@@ -347,6 +347,7 @@
        (${ECHO} '#!${BUILDLINK_SHELL}';                                \
         ${ECHO} 'exec ${_GCCBINDIR}/${${_target_}:T} "$$@"';           \
        ) > ${.TARGET}
+       ${_PKG_SILENT}${_PKG_DEBUG}${CHMOD} +x ${.TARGET}
 .      endif
 .    endfor
 .  endif # COMPILER_GCC_MK



Home | Main Index | Thread Index | Old Index