mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 04:47:56 +00:00
with the spaces / tabs
This commit is contained in:
parent
0d8cfe6881
commit
03b6cc12d2
18
debian/rules
vendored
18
debian/rules
vendored
@ -205,13 +205,13 @@ override_dh_auto_configure: preconfigure
|
|||||||
rm -fr tools/clang/tools/extra
|
rm -fr tools/clang/tools/extra
|
||||||
cp -R -H clang-tools-extra tools/clang/tools/extra
|
cp -R -H clang-tools-extra tools/clang/tools/extra
|
||||||
|
|
||||||
# if cmake is installed in /tmp/cmake/ uses it
|
# if cmake is installed in /tmp/cmake/ uses it
|
||||||
# Used to build llvm on old ubuntu (precise) on the llvm.org/apt/ ci
|
# Used to build llvm on old ubuntu (precise) on the llvm.org/apt/ ci
|
||||||
CMAKE_BIN=cmake; \
|
CMAKE_BIN=cmake; \
|
||||||
if test -f /tmp/cmake/bin/cmake; then \
|
if test -f /tmp/cmake/bin/cmake; then \
|
||||||
CMAKE_BIN=/tmp/cmake/bin/cmake; \
|
CMAKE_BIN=/tmp/cmake/bin/cmake; \
|
||||||
fi; \
|
fi; \
|
||||||
echo "Using cmake: $$CMAKE_BIN"; \
|
echo "Using cmake: $$CMAKE_BIN"; \
|
||||||
if test $(AUTOCONF_BUILD) = yes; then \
|
if test $(AUTOCONF_BUILD) = yes; then \
|
||||||
cd $(TARGET_BUILD); \
|
cd $(TARGET_BUILD); \
|
||||||
$(PRE_PROCESS_CONF) \
|
$(PRE_PROCESS_CONF) \
|
||||||
@ -234,8 +234,8 @@ override_dh_auto_configure: preconfigure
|
|||||||
$(CONFIGURE_EXTRA) \
|
$(CONFIGURE_EXTRA) \
|
||||||
CLANG_VENDOR=$(VENDOR) || { cat config.log tools/polly/config.log; exit 1; }; \
|
CLANG_VENDOR=$(VENDOR) || { cat config.log tools/polly/config.log; exit 1; }; \
|
||||||
else \
|
else \
|
||||||
cd $(TARGET_BUILD) && \
|
cd $(TARGET_BUILD) && \
|
||||||
$$CMAKE_BIN ../ \
|
$$CMAKE_BIN ../ \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr/lib/llvm-$(LLVM_VERSION) \
|
-DCMAKE_INSTALL_PREFIX=/usr/lib/llvm-$(LLVM_VERSION) \
|
||||||
-DCMAKE_VERBOSE_MAKEFILE=ON \
|
-DCMAKE_VERBOSE_MAKEFILE=ON \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
|
Loading…
Reference in New Issue
Block a user