common Makefile.common,1.29,1.30

Elliot Lee (sopwith) fedora-extras-commits at redhat.com
Wed Aug 3 22:12:13 UTC 2005


Author: sopwith

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

Modified Files:
	Makefile.common 
Log Message:
undo for now


Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Makefile.common	3 Aug 2005 20:10:50 -0000	1.29
+++ Makefile.common	3 Aug 2005 22:12:11 -0000	1.30
@@ -312,7 +312,7 @@
 endef
 USER := $(shell $(find-user))
 
-oldbuild:   $(COMMON_DIR)/branches
+build:   $(COMMON_DIR)/branches
 	@if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi
 
 	@cvs status -v $(SPECFILE) 2>/dev/null | grep -q $(TAG); ret=$$? ;\
@@ -325,7 +325,7 @@
 	cvs commit -m "request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\
 	popd >/dev/null)
 
-build plague: $(COMMON_DIR)/branches
+plague: $(COMMON_DIR)/branches
 	@if [ ! -x /usr/bin/plague-client ]; then echo "Must have plague-client installed - see http://fedoraproject.org/wiki/Extras/BuildSystemClientSetup"; exit 1; fi
 	@if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi
 




More information about the scm-commits mailing list