rpms/maven2/devel Makefile,1.1.2.1,1.1.2.2

Jesse Keating jkeating at fedoraproject.org
Sat May 9 02:42:46 UTC 2009


Author: jkeating

Update of /cvs/pkgs/rpms/maven2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12261

Modified Files:
      Tag: private-newmaven-branch
	Makefile 
Log Message:
Another attempt at forcing dist-f12-maven



Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/maven2/devel/Makefile,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.1 -r1.1.2.2
--- Makefile	9 May 2009 02:30:34 -0000	1.1.2.1
+++ Makefile	9 May 2009 02:42:15 -0000	1.1.2.2
@@ -18,5 +18,10 @@ endef
 MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
 endif
 
-TARGET := dist-f12-maven
 include $(MAKEFILE_COMMON)
+
+# Force the koji target to build for dist-f12-maven
+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)'
+




More information about the scm-commits mailing list