pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/arm-none-eabi-gcc



Module Name:    pkgsrc
Committed By:   sevan
Date:           Thu Dec  1 03:45:58 UTC 2016

Modified Files:
        pkgsrc/cross/arm-none-eabi-gcc: Makefile

Log Message:
Use ${TOOLS_PATH.bash} to steer CONFIG_SHELL and WRAPPER_SHELL.
Unbreaks configure stage on Darwin when a local copy of bash is not install from
pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/arm-none-eabi-gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/arm-none-eabi-gcc/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.1 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.2
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.1 Wed Oct 19 12:48:25 2016
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile     Thu Dec  1 03:45:57 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/10/19 12:48:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2016/12/01 03:45:57 sevan Exp $
 
 DISTNAME=              gcc-6.2.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
@@ -28,8 +28,8 @@ OBJDIR=                       ../build
 CONFIGURE_DIRS=                ${OBJDIR}
 CONFIGURE_SCRIPT=      ../${DISTNAME}/configure
 
-CONFIG_SHELL=          ${LOCALBASE}/bin/bash
-WRAPPER_SHELL=         ${LOCALBASE}/bin/bash
+CONFIG_SHELL=          ${TOOLS_PATH.bash}
+WRAPPER_SHELL=         ${TOOLS_PATH.bash}
 USE_TOOLS+=            bash
 
 USE_TOOLS+=            gmake makeinfo



Home | Main Index | Thread Index | Old Index