devel/common Makefile.common,1.16,1.17

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu May 12 18:35:36 UTC 2005


Author: mschwendt

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

Modified Files:
	Makefile.common 
Log Message:
Enough problem reports to test something more: Put back notting's rm -f tobuild, but this time _before_ checking out a fresh copy.


Index: Makefile.common
===================================================================
RCS file: /cvs/extras/devel/common/Makefile.common,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Makefile.common	12 May 2005 15:58:49 -0000	1.16
+++ Makefile.common	12 May 2005 18:35:34 -0000	1.17
@@ -303,6 +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 -C tobuild ;\
 	echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\
 	cvs commit -m "request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\




More information about the fedora-extras-commits mailing list