diff --git a/Makefile b/Makefile index a839b29..9f77884 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile for source rpm: maven-surefire -# $Id$ +# $Id: Makefile,v 1.1 2007/03/13 22:48:26 wtogami Exp $ NAME := maven-surefire SPECFILE = $(firstword $(wildcard *.spec)) @@ -19,3 +19,6 @@ MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) +koji: build-check $(COMMON_DIR)/branches + @if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/BuildSystemClientSetup"; exit 1; fi + $(BUILD_CLIENT) $(SECONDARY_CONFIG) build $(BUILD_FLAGS) dist-f12-maven '$(CVS_URL)'