All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roland Stigge <stigge@domain.hid>
To: Xenomai core <Xenomai-core@domain.hid>
Subject: Re: [Xenomai-core] [announce] Xenomai v2.5.2
Date: Mon, 29 Mar 2010 22:01:22 +0200	[thread overview]
Message-ID: <4BB10712.708@domain.hid> (raw)
In-Reply-To: <4BAFBF32.8030507@domain.hid>

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

Hi!

Gilles Chanteperdrix wrote:
> here comes Xenomai v2.5.2, codenamed "Souls Of Distortion" available
> from Xenomai download area:
> http://download.gna.org/xenomai/stable/xenomai-2.5.2.tar.bz2

Cool, thanks!

I'm attaching a patch from Debian. I needed to introduce it because
without it, --with-test didn't cause /usr/bin/xeno to access the
executables in the specified directory.

Thanks for considering!

bye,
  Roland

[-- Attachment #2: xenomai.patch --]
[-- Type: text/x-patch, Size: 286 bytes --]

--- xenomai-2.5.2.orig/scripts/xeno.in
+++ xenomai-2.5.2/scripts/xeno.in
@@ -6,9 +6,6 @@
 # e.g. "xeno latency"
 #
 
-prefix="@prefix@"
-exec_prefix="@exec_prefix@"
-BINDIR="@bindir@"
-unset prefix exec_prefix
+XENO_TEST_DIR="@XENO_TEST_DIR@"
 
-exec $BINDIR/$@
+exec $XENO_TEST_DIR/$@

  reply	other threads:[~2010-03-29 20:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-28 20:42 [Xenomai-core] [announce] Xenomai v2.5.2 Gilles Chanteperdrix
2010-03-29 20:01 ` Roland Stigge [this message]
2010-04-13 15:41   ` Philippe Gerum

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=4BB10712.708@domain.hid \
    --to=stigge@domain.hid \
    --cc=Xenomai-core@domain.hid \
    /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.