summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2009-12-14 21:44:19 +0100
committerJohn Kacur <jkacur@redhat.com>2009-12-14 21:44:19 +0100
commit863280b7d569126c6dddf515776deb6889414330 (patch)
treeaa54e73aaf9484d32dcd5ccc90671ee11f4f3d71
parent1a29a37968458329c05a7df3c1bfe66ee38a41b2 (diff)
downloadrt-tests-863280b7d569126c6dddf515776deb6889414330.tar.gz
Remove making of backfire kernel module from the rt-tests makefile
The kernel module can be made by cding to src/backfire and doing make modules sudo make modules_install Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d19c992..8e44ec5 100644
--- a/Makefile
+++ b/Makefile
@@ -75,9 +75,7 @@ install: all
mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man8"
cp $(TARGETS) "$(DESTDIR)$(bindir)"
mkdir -p "$(DESTDIR)$(srcdir)/backfire"
- sed s/__VERSION_STRING__/$(VERSION_STRING)/ <src/backfire/backfire.c >"$(DESTDIR)$(srcdir)/backfire/backfire.c"
- cp src/backfire/Makefile "$(DESTDIR)$(srcdir)/backfire"
- gzip src/backfire/backfire.4 -c >"$(DESTDIR)$(mandir)/man4/backfire.4.gz
+ 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"
gzip src/hwlatdetect/hwlatdetect.8 -c >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz"