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/9fbdbbb8c543
branches: trunk
changeset: 806683:9fbdbbb8c543
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 cfd8c74140bd -r 9fbdbbb8c543 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