David Caro has uploaded a new change for review. Change subject: Added makefile for build system ......................................................................
Added makefile for build system The common build system expects a makefile at the root of the repo with a dist target to generate the tarball. Change-Id: I4a06f04ae75b2e3d6f3d2e174e72b8c9a22accd7 Signed-off-by: David Caro <[email protected]> --- A Makefile 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java refs/changes/40/36840/1 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..27c0e1b --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +.PHONY: dist +dist: + cd ovirt-engine-sdk-java; $(MAKE) dist + +clean: + cd ovirt-engine-sdk-java; $(MAKE) clean -- To view, visit http://gerrit.ovirt.org/36840 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4a06f04ae75b2e3d6f3d2e174e72b8c9a22accd7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: master Gerrit-Owner: David Caro <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
