[yum-cvs] /yum-utils Makefile,1.9,1.10

Tim Lauridsen timlau at linux.duke.edu
Wed Jan 3 14:18:48 UTC 2007


Update of /home/groups/yum/cvs//yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv15334

Modified Files:
	Makefile 
Log Message:
minor change in the Makefile, added Makefile depencies to the upload  section.

Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs//yum-utils/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile	31 Oct 2006 14:15:32 -0000	1.9
+++ Makefile	3 Jan 2007 14:18:46 -0000	1.10
@@ -33,17 +33,15 @@
 srpm:
 	rpmbuild -ts ${PKGNAME}-${VERSION}.tar.gz
 
-release: 
+release:
 	@cvs commit -m "bumped yum-utils version to $(VERSION)"
 	@$(MAKE) ChangeLog
 	@cvs commit -m "updated ChangeLog"
 	@cvs tag $(CVS_TAG)
 	@$(MAKE) upload
 	
-upload:
-	@$(MAKE) archive
+upload: archive srpm
 	@scp ${PKGNAME}-${VERSION}.tar.gz $(WEBHOST):$(WEBPATH)/
-	@$(MAKE) srpm
 	@scp ~/rpmbuild/SRPMS/${PKGNAME}-${VERSION}-${RELEASE}.src.rpm $(WEBHOST):$(WEBPATH)/	
 	@rm -rf ${PKGNAME}-${VERSION}.tar.gz
 	




More information about the Yum-cvs-commits mailing list