All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gernot Hillier <gernot.hillier@siemens.com>
To: xenomai@xenomai.org
Subject: [Xenomai] [PATCH] debian: cleanup configure invocation
Date: Thu, 22 Aug 2013 17:16:00 +0200	[thread overview]
Message-ID: <52162B30.6030602@siemens.com> (raw)

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 <gernot.hillier@siemens.com>
---
 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


             reply	other threads:[~2013-08-22 15:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-22 15:16 Gernot Hillier [this message]
2013-08-25 17:22 ` [Xenomai] [PATCH] debian: cleanup configure invocation Gilles Chanteperdrix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52162B30.6030602@siemens.com \
    --to=gernot.hillier@siemens.com \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.