aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-12-08 15:14:49 +0100
committerDavid Sommerseth <davids@redhat.com>2009-12-08 15:14:49 +0100
commit69867dde8f175466341f4423e212c68c6e504c83 (patch)
tree325783282aad1e8b965201ebf3d1879c8d5a79b1 /Makefile
parent65ec94139af7085be1d9d9863038da9c6401aa25 (diff)
downloadrteval-69867dde8f175466341f4423e212c68c6e504c83.tar.gz
Simplified the rpmlint Makefile target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0be61d4..abddd69 100644
--- a/Makefile
+++ b/Makefile
@@ -128,10 +128,10 @@ loadrpm:
rpmlint: rpms
@echo "==============="
@echo "running rpmlint"
- rpmlint -v rpm/SRPMS/rteval*.src.rpm
- rpmlint -v rpm/RPMS/noarch/rteval*.noarch.rpm
- rpmlint -v rpm-loads/SRPMS/rteval-loads*.src.rpm
- rpmlint -v rpm-loads/RPMS/noarch/rteval-loads*.noarch.rpm
+ rpmlint -v $(shell find ./rpm -type f -name "*.rpm") \
+ $(shell find ./rpm-loads -type f -name "*.rpm") \
+ $(shell find ./rpm/SPECS -type f -name "rteval*.spec") \
+ $(shell find ./rpm-loads/SPECS -type f -name "rteval*.spec" )
help:
@echo ""