common Makefile.common,1.30,1.31

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Thu Aug 18 04:01:36 UTC 2005


Author: katzj

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

Modified Files:
	Makefile.common 
Log Message:
make build should now do make plague... it's alive!



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Makefile.common	3 Aug 2005 22:12:11 -0000	1.30
+++ Makefile.common	18 Aug 2005 04:01:34 -0000	1.31
@@ -312,7 +312,7 @@
 endef
 USER := $(shell $(find-user))
 
-build:   $(COMMON_DIR)/branches
+oldbuild:   $(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)
 
-plague: $(COMMON_DIR)/branches
+build 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