Shouldn't the 'test-rpm' target depend upon 'test-tarball', not 'tarball'?


diff --git a/Makefile b/Makefile
index 7432f31..d9b1af9 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ srpm: tarball
rpm: tarball
       $(RPM_WITH_DIRS) $(DIST_DEFINES) -bb $(SPECFILE)

-test-rpm: tarball
+test-rpm: test-tarball
       $(RPM_WITH_DIRS) $(DIST_DEFINES) --define "testbuild 1" -bb $(SPECFILE)

tag::



--
---
Paul B Schroeder <paul.schroeder "at" bluecoat "dot" com>
Blue Coat Systems, Inc.

--
Fedora-buildsys-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list

Reply via email to