From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2 of 2 v2] Add xenomai real-time Framework to buildroot
Date: Fri, 16 Sep 2011 01:03:23 +0200 [thread overview]
Message-ID: <201109160103.24630.arnout@mind.be> (raw)
In-Reply-To: <201109160058.52668.arnout@mind.be>
On Friday 16 September 2011 00:58:49, Arnout Vandecappelle wrote:
> I used a patch which solves the underlying issue (at some point, sudo is
> called instead of $SUDO) and I use
> XENOMAI_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install-user
> XENOMAI_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-user
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 31BB CF53 8660 6F88 345D 54CC A836 5879 20D7 CF43
---
Fix use of sudo instead of $sudo
Signed-of-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
--
diff -ru xenomai-2.5.6.orig/Makefile.am xenomai-2.5.6/Makefile.am
--- xenomai-2.5.6.orig/Makefile.am 2011-02-16 15:26:01.000000000 +0100
+++ xenomai-2.5.6/Makefile.am 2011-06-16 13:31:43.000000000 +0200
@@ -37,7 +37,7 @@
done ; \
else if test -d $(DESTDIR)/etc/udev/rules.d ; then \
for f in $(srcdir)/ksrc/nucleus/udev/*.rules ; do \
- sudo cp $$f $(DESTDIR)/etc/udev/rules.d/ ; \
+ $$sudo cp $$f $(DESTDIR)/etc/udev/rules.d/ ; \
done ; \
fi ; \
fi ; \
diff -ru xenomai-2.5.6.orig/Makefile.in xenomai-2.5.6/Makefile.in
--- xenomai-2.5.6.orig/Makefile.in 2011-02-16 15:26:01.000000000 +0100
+++ xenomai-2.5.6/Makefile.in 2011-06-16 13:31:53.000000000 +0200
@@ -705,7 +705,7 @@
done ; \
else if test -d $(DESTDIR)/etc/udev/rules.d ; then \
for f in $(srcdir)/ksrc/nucleus/udev/*.rules ; do \
- sudo cp $$f $(DESTDIR)/etc/udev/rules.d/ ; \
+ $$sudo cp $$f $(DESTDIR)/etc/udev/rules.d/ ; \
done ; \
fi ; \
fi ; \
next prev parent reply other threads:[~2011-09-15 23:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-14 12:56 [Buildroot] [PATCH 0 of 2 v2] Add Xenomai real-time framework Thomas De Schampheleire
2011-09-14 12:56 ` [Buildroot] [PATCH 1 of 2 v2] linux: Add Linux Kernel extensions menu Thomas De Schampheleire
2011-09-14 12:56 ` [Buildroot] [PATCH 2 of 2 v2] Add xenomai real-time Framework to buildroot Thomas De Schampheleire
2011-09-15 22:58 ` Arnout Vandecappelle
2011-09-15 23:03 ` Arnout Vandecappelle [this message]
2011-09-14 13:39 ` [Buildroot] [PATCH 0 of 2 v2] Add Xenomai real-time framework Sven Neumann
2011-09-15 5:44 ` Arnout Vandecappelle
2011-09-15 7:13 ` Thomas Petazzoni
2011-09-15 8:02 ` Arnout Vandecappelle
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=201109160103.24630.arnout@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/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.