devel/common Makefile.common,1.15,1.16

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu May 12 15:58:52 UTC 2005


Author: mschwendt

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

Modified Files:
	Makefile.common 
Log Message:
Insert a space where it should be and only update local working copy of tobuild, not the entire common directory.


Index: Makefile.common
===================================================================
RCS file: /cvs/extras/devel/common/Makefile.common,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile.common	10 May 2005 18:52:19 -0000	1.15
+++ Makefile.common	12 May 2005 15:58:49 -0000	1.16
@@ -303,9 +303,9 @@
 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 ;\
-	cvs -Q update -C ;\
+	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 ;\
+	cvs commit -m "request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\
 	popd >/dev/null)
 
 




More information about the fedora-extras-commits mailing list