Re: [Xenomai-core] klatency run script

2008-04-20 Thread Gilles Chanteperdrix
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.

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


[Xenomai-core] klatency run script

2008-04-19 Thread Roland Stigge
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
--- src/testsuite/klatency/Makefile.am.orig	2008-04-19 21:33:42.0 +0200
+++ src/testsuite/klatency/Makefile.am	2008-04-19 21:34:16.0 +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:
___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core