summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-07-02 09:36:52 -0500
committerClark Williams <williams@redhat.com>2009-07-02 09:36:52 -0500
commit190a00e14e7aba6495a1c7d433c2cfa260e9e939 (patch)
treed48aff8ebf0ad2b385e47ba34e05a8033d8a7068
parent63cf2a4809a2895dace125ba2ce88a2984769731 (diff)
downloadrt-tests-190a00e14e7aba6495a1c7d433c2cfa260e9e939.tar.gz
rt-tests-190a00e14e7aba6495a1c7d433c2cfa260e9e939.tar.xz
version bump to 0.45; added help target to Makefilev0.45
-rw-r--r--Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc5b6aa..37f5d6d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION_STRING = 0.44
+VERSION_STRING = 0.45
TARGETS = cyclictest signaltest classic_pi pi_stress hwlatdetect
FLAGS = -Wall -Wno-nonnull -O2
@@ -69,3 +69,15 @@ rpmdirs:
@[ -d BUILD ] || mkdir BUILD
@[ -d RPMS ] || mkdir RPMS
@[ -d SRPMS ] || mkdir SRPMS
+
+help:
+ @echo ""
+ @echo " rt-tests useful Makefile targets:"
+ @echo ""
+ @echo " all : build all tests (default"
+ @echo " install : install tests to local filesystem"
+ @echo " release : build source tarfile"
+ @echo " rpm : build RPM package"
+ @echo " clean : remove object files"
+ @echo " distclean : remove all generated files"
+ @echo " help : print this message"