Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: build: minor fixups of dev targets ......................................................................
packaging: build: minor fixups of dev targets align install-dev and all-dev. fixups docs of dev targets. Change-Id: If05647b5508f5833783b3a966543dcbea2d34f56 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M Makefile M README.developer 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/79/18279/1 diff --git a/Makefile b/Makefile index 6e60d7f..0c51ec4 100644 --- a/Makefile +++ b/Makefile @@ -407,7 +407,7 @@ $(MAKE) \ install \ - EXTRA_BUILD_FLAGS="$(DEV_BUILD_FLAGS)" \ + BUILD_DEV=1 \ PYTHON_DIR="$(PREFIX)$(PYTHON_SYS_DIR)" \ $(NULL) diff --git a/README.developer b/README.developer index 549cf87..155f28d 100644 --- a/README.developer +++ b/README.developer @@ -114,12 +114,12 @@ Any maven build flags requires for building. For example, if your machine is low on memory, use: - EXTRA_BUILD_FLAGS_DEV="-Dgwt.compiler.localWorkers=2" + DEV_EXTRA_BUILD_FLAGS="-Dgwt.compiler.localWorkers=2" DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS [-D gwt.userAgent=gecko1_8] By default, only the gecko1_8 (Mozilla Firefox) support is built, building all permutations is possible by specifying - EXTRA_BUILD_FLAGS_DEV_GWT_DEFAULTS="". + DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS="". A list of all supported browsers is available at gwt.userAgent property within frontend/webadmin/modules/pom.xml. -- To view, visit http://gerrit.ovirt.org/18279 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If05647b5508f5833783b3a966543dcbea2d34f56 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches