mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 11:55:13 +00:00
Remove useless stuff
This commit is contained in:
parent
f197f1a84d
commit
08da742eed
3
debian/rules
vendored
3
debian/rules
vendored
@ -99,8 +99,6 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
|
|||||||
$(CC) -v
|
$(CC) -v
|
||||||
mkdir -p $(TARGET_BUILD)
|
mkdir -p $(TARGET_BUILD)
|
||||||
mkdir -p clang/include/clang/Debian
|
mkdir -p clang/include/clang/Debian
|
||||||
ls -al /tmp/cov-root/
|
|
||||||
mkdir -p /tmp/cov-root/
|
|
||||||
sed -e "s|@DEB_HOST_MULTIARCH@|$(DEB_HOST_MULTIARCH)|" \
|
sed -e "s|@DEB_HOST_MULTIARCH@|$(DEB_HOST_MULTIARCH)|" \
|
||||||
-e "s|@DEB_HOST_GNU_TYPE@|$(DEB_HOST_GNU_TYPE)|" \
|
-e "s|@DEB_HOST_GNU_TYPE@|$(DEB_HOST_GNU_TYPE)|" \
|
||||||
-e "s|@DEB_PATCHSETVERSION@|$(DEBIAN_REVISION)|" \
|
-e "s|@DEB_PATCHSETVERSION@|$(DEBIAN_REVISION)|" \
|
||||||
@ -133,7 +131,6 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
|
|||||||
|
|
||||||
# Due to bug upstream, no symlink here
|
# Due to bug upstream, no symlink here
|
||||||
cp -R -H clang-tools-extra tools/clang/tools/extra
|
cp -R -H clang-tools-extra tools/clang/tools/extra
|
||||||
ls -al /tmp/cov-root/
|
|
||||||
# Start the actual configure
|
# Start the actual configure
|
||||||
cd $(TARGET_BUILD) && $(PRE_PROCESS) \
|
cd $(TARGET_BUILD) && $(PRE_PROCESS) \
|
||||||
../configure $(confargs) \
|
../configure $(confargs) \
|
||||||
|
Loading…
Reference in New Issue
Block a user