* [Xenomai-core] klatency run script
@ 2008-04-19 20:01 Roland Stigge
2008-04-20 17:09 ` Gilles Chanteperdrix
0 siblings, 1 reply; 2+ messages in thread
From: Roland Stigge @ 2008-04-19 20:01 UTC (permalink / raw)
To: xenomai
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
Hi,
for the creation of the run script for klatency, I propose the attached
change to make it a proper executable (script).
Thanks for considering,
Roland
[-- Attachment #2: klatency-run.patch --]
[-- Type: text/x-diff, Size: 637 bytes --]
--- src/testsuite/klatency/Makefile.am.orig 2008-04-19 21:33:42.000000000 +0200
+++ src/testsuite/klatency/Makefile.am 2008-04-19 21:34:16.000000000 +0200
@@ -13,7 +13,8 @@
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(testdir)
@sed -e's,@exec_prefix\@,$(exec_prefix),g' $(srcdir)/runinfo.in > $(DESTDIR)$(testdir)/.runinfo
- @echo "\$${DESTDIR}$(exec_prefix)/bin/xeno-load \`dirname \$$0\` \$$*" > $(DESTDIR)$(testdir)/run
+ @echo "#!/bin/sh" > $(DESTDIR)$(testdir)/run
+ @echo "\$${DESTDIR}$(exec_prefix)/bin/xeno-load \`dirname \$$0\` \$$*" >> $(DESTDIR)$(testdir)/run
@chmod +x $(DESTDIR)$(testdir)/run
uninstall-local:
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Xenomai-core] klatency run script
2008-04-19 20:01 [Xenomai-core] klatency run script Roland Stigge
@ 2008-04-20 17:09 ` Gilles Chanteperdrix
0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2008-04-20 17:09 UTC (permalink / raw)
To: Roland Stigge; +Cc: xenomai
Roland Stigge wrote:
> Hi,
>
> for the creation of the run script for klatency, I propose the attached
> change to make it a proper executable (script).
>
> Thanks for considering,
Applied, thanks.
--
Gilles.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-20 17:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-19 20:01 [Xenomai-core] klatency run script Roland Stigge
2008-04-20 17:09 ` 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.