File drop_hwlatdetect.patch of Package rt-tests
--- Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) Index: rt-tests/Makefile =================================================================== --- rt-tests.orig/Makefile +++ rt-tests/Makefile @@ -55,7 +55,7 @@ VPATH += src/hackbench @$(CC) -MM $(CFLAGS) $< | sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' > $@ || rm -f $@ .PHONY: all -all: $(TARGETS) hwlatdetect +all: $(TARGETS) # Include dependency files, automatically generate them if needed. -include $(sources:.c=.d) @@ -69,10 +69,6 @@ signaltest: signaltest.o rt-utils.o pi_stress: pi_stress.o $(CC) $(CFLAGS) -o $@ $^ $(LIBS) -hwlatdetect: src/hwlatdetect/hwlatdetect.py - chmod +x src/hwlatdetect/hwlatdetect.py - ln -s src/hwlatdetect/hwlatdetect.py hwlatdetect - rt-migrate-test: rt-migrate-test.o $(CC) $(CFLAGS) -o $@ $^ $(LIBS) @@ -103,7 +99,6 @@ CLEANUP += $(if $(wildcard .git), Change .PHONY: clean clean: for F in $(CLEANUP); do find -type f -name $$F | xargs rm -f; done - rm -f hwlatdetect rm -f tags .PHONY: distclean @@ -119,16 +114,11 @@ install: all mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man4" mkdir -p "$(DESTDIR)$(srcdir)" "$(DESTDIR)$(mandir)/man8" cp $(TARGETS) "$(DESTDIR)$(bindir)" - if test -n "$(PYLIB)" ; then \ - install -D -m 755 src/hwlatdetect/hwlatdetect.py $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \ - ln -s $(PYLIB)/hwlatdetect.py "$(DESTDIR)$(bindir)/hwlatdetect" ; \ - fi install -D -m 644 src/backfire/backfire.c "$(DESTDIR)$(srcdir)/backfire/backfire.c" install -m 644 src/backfire/Makefile "$(DESTDIR)$(srcdir)/backfire/Makefile" 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" gzip src/ptsematest/ptsematest.8 -c >"$(DESTDIR)$(mandir)/man8/ptsematest.8.gz" gzip src/sigwaittest/sigwaittest.8 -c >"$(DESTDIR)$(mandir)/man8/sigwaittest.8.gz" gzip src/svsematest/svsematest.8 -c >"$(DESTDIR)$(mandir)/man8/svsematest.8.gz"