summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-24 17:58:07 +0100
committerJohn Kacur <jkacur@redhat.com>2010-03-01 20:42:50 +0100
commitde3d4d2539f365dc56e6b216cefe076d694c1f80 (patch)
treec0b06e1a3be4963eec84eb74940202f0b02609d2
parent84367c8e0716ab36bad314562ff7d3f934da1c26 (diff)
downloadrt-tests-de3d4d2539f365dc56e6b216cefe076d694c1f80.tar.gz
install backfire.c to $(srcdir)/backfire/
Acked-by: John Kacur <jkacur@redhat.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 043b747..99fbba4 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,7 @@ install: all
install -m 755 src/hwlatdetect/hwlatdetect.py $(DESTDIR)$(PYLIB)/hwlatdetect.py
ln -s $(PYLIB)/hwlatdetect.py "$(DESTDIR)$(bindir)/hwlatdetect"
mkdir -p "$(DESTDIR)$(srcdir)/backfire"
+ install -m 644 src/backfire/backfire.c "$(DESTDIR)$(srcdir)/backfire/backfire.c"
gzip src/backfire/backfire.4 -c >"$(DESTDIR)$(mandir)/man4/backfire.4.gz"
gzip src/cyclictest/cyclictest.8 -c >"$(DESTDIR)$(mandir)/man8/cyclictest.8.gz"
gzip src/pi_tests/pi_stress.8 -c >"$(DESTDIR)$(mandir)/man8/pi_stress.8.gz"