public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
From: John Kacur <jkacur@redhat.com>
To: williams@redhat.com
Cc: linux-rt-users@vger.kernel.org
Subject: [PATCH 2/6] pi_stress clean-ups, fix hang.
Date: Mon, 14 Sep 2009 16:34:35 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LFD.2.00.0909141633390.4675@localhost.localdomain> (raw)

>From 2b4e7ebb087d6454bba6a456087c4a07728b172c Mon Sep 17 00:00:00 2001
From: John Kacur <jkacur@redhat.com>
Date: Wed, 2 Sep 2009 13:19:01 +0200
Subject: [PATCH] Remove the pi_tests Makefile since it is deadcode.

The make process for all of the programs including cyclictest are driven
by the Makefile in the root directory. This Makefile here, is no longer
maintained, so remove it.
---
 src/pi_tests/Makefile |   71 -------------------------------------------------
 1 files changed, 0 insertions(+), 71 deletions(-)
 delete mode 100644 src/pi_tests/Makefile

diff --git a/src/pi_tests/Makefile b/src/pi_tests/Makefile
deleted file mode 100644
index 6b9b595..0000000
--- a/src/pi_tests/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-PACKAGE	:=	pi_tests
-SPEC	:=	$(PACKAGE).spec
-VERSION	:=	$(shell awk '/^Version:/ { print $$2 }' $(SPEC))
-RELEASE	:=	$(shell awk '/Release:/ { print $$2 }' ${PACKAGE}.spec)
-SRPM	:=	$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
-HERE	:= 	$(shell pwd)
-TARGET	:=	$(shell uname -p)
-RPMARGS	:=	--define "_sourcedir $(HERE)" 	\
-		--define "_builddir $(HERE)/BUILD"	\
-		--define "_rpmdir $(HERE)/RPMS" 	\
-		--define "_srcrpmdir $(HERE)/SRPMS"
-CC	:= gcc
-OPT	:= -g -O
-CFLAGS 	:= $(OPT) -Wall -D_GNU_SOURCE -DVERSION=\"$(VERSION)\"
-LIBS	:= -lpthread -lrt
-
-SRC	:= classic_pi.c allprios.c tst-mutexpi10.c pi_stress.c sigtest.c
-DOC	:= pi_stress.8 README COPYING
-TARGETS	:= $(subst .c,,$(SRC))
-
-all: classic_pi pi_stress
-
-classic_pi: classic_pi.c
-	$(CC) $(CFLAGS) -o $@ $< $(LIBS)
-
-pi_stress: pi_stress.c
-	$(CC) $(CFLAGS) -o $@ $< $(LIBS)
-
-tst-mutexpi10:  tst-mutexpi10.c
-	$(CC) $(CFLAGS) -o $@ $< $(LIBS)
-
-#tst-mutexpi10.c:	classic_pi.c
-#	indent --gnu-style classic_pi.c -o tst-mutexpi10.c
-
-allprios:	allprios.c
-	$(CC) $(CFLAGS) -o $@ $< $(LIBS)
-
-tarball:  pi_tests-$(VERSION).tar.gz
-
-libctest: tst-mutexpi10
-
-sigtest: sigtest.c
-	$(CC) $(CFLAGS) -o $@ $< $(LIBS)
-
-pi_tests-$(VERSION).tar.gz:	clean $(SRC) $(DOC) Makefile pi_tests.spec
-	rm -rf $@ pi_tests-$(VERSION)
-	mkdir pi_tests-$(VERSION)
-	cp $(SRC) $(DOC) Makefile pi_tests.spec pi_tests-$(VERSION)
-	tar -czvf pi_tests-$(VERSION).tar.gz pi_tests-$(VERSION)
-
-clean:
-	rm -rf *~ *.[oi] $(TARGETS) *.tar.gz pi_tests-*
-
-rpm:  rpmdirs $(SPEC) tarball
-	rm -rf RPMS/$(TARGET)
-	rpmbuild -ba --target $(TARGET) $(RPMARGS) $(SPEC)
-
-rpmdirs:
-	@[ -d BUILD ]  || mkdir BUILD
-	@[ -d RPMS ]   || mkdir RPMS
-	@[ -d SRPMS ]  || mkdir SRPMS
-
-rpmlint lint: rpm
-	rpmlint -vi RPMS/*/*
-	rpmlint -vi SRPMS/*
-
-DESTINATION	:= 	people.redhat.com:~williams/public_html/tests

                 reply	other threads:[~2009-09-14 14:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=alpine.LFD.2.00.0909141633390.4675@localhost.localdomain \
    --to=jkacur@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=williams@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox