[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 5/6] Drop some more old, unreferenced variables that don't do anything anymore



---
 debian/rules2 |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/rules2 b/debian/rules2
index 6592e3a..f92f67b 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -446,11 +446,8 @@ else
   PF		= usr
 endif
 
-ifeq ($(with_multiarch_lib),yes)
-  libdir	= lib/$(DEB_TARGET_GNU_TYPE)
-else
-  libdir	= lib
-endif
+libdir		= lib
+
 # /usr/libexec doesn't follow the FHS
 ifeq ($(PKGSOURCE),gcc-snapshot)
   libexecdir	= $(PF)/libexec
@@ -531,7 +528,6 @@ endif
 	@echo "CFLAGS: $(CFLAGS)"
 	@echo "LDFLAGS: $(LDFLAGS)"
 	@echo "BOOT_CFLAGS: $(BOOT_CFLAGS)"
-	@echo "DEBIAN_BUILDARCH: $(DEBIAN_BUILDARCH)"
 	@echo "Install prefix: /$(PF)"
 ifeq ($(biarchn32)-$(biarch64),yes-yes)
 	@echo "Will build the triarch compilers (o32/n32/64, defaulting to o32)"
-- 
1.6.3.3


Reply to: