summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-12-22 11:48:34 -0600
committerClark Williams <williams@redhat.com>2009-12-22 11:48:34 -0600
commit7a852342120b4adf16355e00ca9b7a28c0356e88 (patch)
tree5375611c3f4a823d40ec24466d558702d68e20ed /Makefile
parentc7c110e804001ad90d1131d6e231e86177e5fbb6 (diff)
downloadrteval-7a852342120b4adf16355e00ca9b7a28c0356e88.tar.gz
rteval-7a852342120b4adf16355e00ca9b7a28c0356e88.tar.xz
rteval-7a852342120b4adf16355e00ca9b7a28c0356e88.zip
update 'clean' and 'help' targets
Update the clean target to get backupfiles in doc/* update the help target to add the rpmlint target Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 93210db..78f1932 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ sysreport:
python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -i ./rteval --sysreport
clean:
- rm -f *~ rteval/*~ rteval/*.py[co] *.tar.bz2 *.tar.gz
+ rm -f *~ rteval/*~ rteval/*.py[co] *.tar.bz2 *.tar.gz doc/*~
realclean: clean
[ -f $(XMLRPCDIR)/Makefile ] && make -C $(XMLRPCDIR) maintainer-clean || echo -n
@@ -140,7 +140,8 @@ help:
@echo "rteval Makefile targets:"
@echo ""
@echo " runit: do a short testrun locally [default]"
- @echo " rpm: run rpmbuild"
+ @echo " rpm: run rpmbuild for all rpms"
+ @echo " rpmlint: run rpmlint against all rpms/srpms/specfiles"
@echo " tarfile: create the source tarball"
@echo " install: install rteval locally"
@echo " clean: cleanup generated files"