common Makefile.common,1.14,1.15

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Tue May 10 18:52:21 UTC 2005


Author: notting

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30118

Modified Files:
	Makefile.common 
Log Message:
just overwrite local copies with repository version



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile.common	10 May 2005 03:37:46 -0000	1.14
+++ Makefile.common	10 May 2005 18:52:19 -0000	1.15
@@ -303,8 +303,7 @@
 build:   $(COMMON_DIR)/branches
 	@if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi
 	@(pushd $(COMMON_DIR) >/dev/null ;\
-	rm -f tobuild ;\
-	cvs -Q update ;\
+	cvs -Q update -C ;\
 	echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\
 	cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\
 	popd >/dev/null)




More information about the fedora-extras-commits mailing list