Module Name:    src
Committed By:   joerg
Date:           Thu Mar  5 10:22:25 UTC 2015

Modified Files:
        src/tools/llvm: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tools/llvm/Makefile

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

Modified files:

Index: src/tools/llvm/Makefile
diff -u src/tools/llvm/Makefile:1.19 src/tools/llvm/Makefile:1.20
--- src/tools/llvm/Makefile:1.19	Mon Jan  5 18:41:59 2015
+++ src/tools/llvm/Makefile	Thu Mar  5 10:22:25 2015
@@ -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 @@ config/config.status: ${LLVM_SRCDIR}/con
 	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

Reply via email to