All of lore.kernel.org
 help / color / mirror / Atom feed
From: jserv@domain.hid
To: xenomai@xenomai.org
Subject: [Xenomai-core] [SOLO] [PATCH] Obtain proper prefix for testsuite build
Date: Wed, 26 Mar 2008 22:36:44 +0800	[thread overview]
Message-ID: <20080326143644.GB11244@domain.hid> (raw)

Hello list,

  Currently, Xenomai/SOLO comes with testsuite for VxWorks emulation.
The path to Xenomai/SOLO installation is fixed.  The patch attempts to
obtain the proper prefix during build process.

Regards,
-jserv

diff --git a/vxworks/testsuite/Makefile b/vxworks/testsuite/Makefile
index 62430ff..13ca9a0 100644
--- a/vxworks/testsuite/Makefile
+++ b/vxworks/testsuite/Makefile
@@ -1,4 +1,4 @@
-SOLO := /usr/local/solo
+SOLO := $(shell sed -n '/^prefix/'p ../Makefile | cut -c 9-)
 XENO_CONFIG=$(SOLO)/bin/xeno-config
 prefix := $(shell $(XENO_CONFIG) --prefix)


             reply	other threads:[~2008-03-26 14:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-26 14:36 jserv [this message]
2008-03-27  0:03 ` [Xenomai-core] [SOLO] [PATCH] Obtain proper prefix for testsuite build Philippe Gerum
2008-03-28 12:10   ` jserv

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=20080326143644.GB11244@domain.hid \
    --to=jserv@domain.hid \
    --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.