All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roland Stigge <stigge@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-core] klatency run script
Date: Sat, 19 Apr 2008 22:01:53 +0200	[thread overview]
Message-ID: <480A4FB1.6050506@domain.hid> (raw)

[-- 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:

             reply	other threads:[~2008-04-19 20:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-19 20:01 Roland Stigge [this message]
2008-04-20 17:09 ` [Xenomai-core] klatency run script Gilles Chanteperdrix

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=480A4FB1.6050506@domain.hid \
    --to=stigge@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.