All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] [PATCH] debian: cleanup configure invocation
@ 2013-08-22 15:16 Gernot Hillier
  2013-08-25 17:22 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 2+ messages in thread
From: Gernot Hillier @ 2013-08-22 15:16 UTC (permalink / raw)
  To: xenomai

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Xenomai] [PATCH] debian: cleanup configure invocation
  2013-08-22 15:16 [Xenomai] [PATCH] debian: cleanup configure invocation Gernot Hillier
@ 2013-08-25 17:22 ` Gilles Chanteperdrix
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2013-08-25 17:22 UTC (permalink / raw)
  To: Gernot Hillier; +Cc: xenomai

On 08/22/2013 05:16 PM, Gernot Hillier wrote:
> 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).

Merged, thanks.

-- 
                                                                Gilles.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-25 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-22 15:16 [Xenomai] [PATCH] debian: cleanup configure invocation Gernot Hillier
2013-08-25 17:22 ` Gilles Chanteperdrix

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.