From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <52162B30.6030602@siemens.com> Date: Thu, 22 Aug 2013 17:16:00 +0200 From: Gernot Hillier MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Xenomai] [PATCH] debian: cleanup configure invocation List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Remove duplicated testdir setting. This re-adds a useful part of c6264554 reverted in 9445b03a. We shall not override/extend CONFIG_OPTS as it's also used for the package description of libxenomai1 (see binary-arch target). Signed-off-by: Gernot Hillier --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index b7a072b..6aad873 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CONFIG_OPTS = --prefix=/usr \ --includedir=/usr/include/xenomai \ --mandir=/usr/share/man \ - --with-testdir=/usr/lib/xenomai + --with-testdir=/usr/lib/xenomai/testsuite ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) CONFIG_OPTS += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) @@ -46,7 +46,7 @@ config.status: configure-stamp configure-stamp: dh_testdir autoreconf -fi - ./configure $(CONFIG_OPTS) --with-testdir=/usr/lib/xenomai/testsuite + ./configure $(CONFIG_OPTS) touch configure-stamp clean: -- 1.7.9.5 -- Regards, Gernot Hillier Siemens AG, Corporate Technology, CT RTC ITP SES-DE Corporate Competence Center Embedded Linux