Source-Changes-HG archive

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

[src/trunk]: src/tools/llvm misc/48722: Use explicit HOST_SH in case the user...



details:   https://anonhg.NetBSD.org/src/rev/75a7624c4f25
branches:  trunk
changeset: 336541:75a7624c4f25
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Mar 05 10:22:25 2015 +0000

description:
misc/48722: Use explicit HOST_SH in case the user insists on removing
permissions from the filesystem.

diffstat:

 tools/llvm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e18d4f29e1a4 -r 75a7624c4f25 tools/llvm/Makefile
--- a/tools/llvm/Makefile       Thu Mar 05 10:21:02 2015 +0000
+++ b/tools/llvm/Makefile       Thu Mar 05 10:22:25 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2015/01/05 18:41:59 joerg Exp $
+#      $NetBSD: Makefile,v 1.20 2015/03/05 10:22:25 joerg Exp $
 
 .include <bsd.init.mk>
 
@@ -15,7 +15,7 @@
        mkdir -p config
        printf '#!/bin/sh\necho 2.7.3' > config/python
        chmod 755 config/python
-       cd config && ${LLVM_SRCDIR}/configure ${LLVM_CONFIGURE_ARGS} \
+       cd config && ${HOST_SH} ${LLVM_SRCDIR}/configure ${LLVM_CONFIGURE_ARGS} \
            --enable-optimized CC=${HOST_CC:Q} CXX=${HOST_CXX:Q} \
            --with-python=${.OBJDIR}/config/python
 # --disable-assertions



Home | Main Index | Thread Index | Old Index