Remove old stuff

This commit is contained in:
Sylvestre Ledru 2013-12-02 17:04:04 +00:00
parent 85ad7aafba
commit 675894d19a
2 changed files with 1 additions and 9 deletions

View File

@ -10,12 +10,6 @@
#ifndef DEBIAN_PATH_H
#define DEBIAN_PATH_H
// To create the full path to libgcc and other.
// For example: /usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.5/libgcc.a
#define DEB_HOST_MULTIARCH_TRIPLET "@DEB_HOST_MULTIARCH@"
#define DEB_HOST_GNU_TYPE_TRIPLET "@DEB_HOST_GNU_TYPE@"
// Provides the debian revision
#define DEB_PATCHSETVERSION "@DEB_PATCHSETVERSION@"

4
debian/rules vendored
View File

@ -121,9 +121,7 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
$(CC) -v
mkdir -p $(TARGET_BUILD)
mkdir -p clang/include/clang/Debian
sed -e "s|@DEB_HOST_MULTIARCH@|$(DEB_HOST_MULTIARCH)|" \
-e "s|@DEB_HOST_GNU_TYPE@|$(DEB_HOST_GNU_TYPE)|" \
-e "s|@DEB_PATCHSETVERSION@|$(DEBIAN_REVISION)|" \
sed -e "s|@DEB_PATCHSETVERSION@|$(DEBIAN_REVISION)|" \
debian/debian_path.h > clang/include/clang/Debian/debian_path.h
# Remove some old symlinks