Alon Bar-Lev has uploaded a new change for review.

Change subject: build: sync with ovirt-engine build
......................................................................

build: sync with ovirt-engine build

Change-Id: Ie89b465f0bb96a42c3b397b2b2bb92fbda0a7fd6
Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com>
---
M Makefile
1 file changed, 5 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/21/11121/1

diff --git a/Makefile b/Makefile
index 9f45056..036d72c 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@
 PKG_JAVA_DIR=$(JAVA_DIR)/$(OVIRT_DWH_NAME)
 RPMBUILD=rpmbuild
 PYTHON=python
-PYTHON_DIR:=$(shell $(PYTHON) -c "from distutils.sysconfig import 
get_python_lib as f;print f()")
+PYTHON_DIR:=$(shell $(PYTHON) -c "from distutils.sysconfig import 
get_python_lib as f;print(f())")
 
 # RPM version
 APP_VERSION:=$(shell cat pom.xml | grep '<ovirt-dwh.version>' | awk -F\> 
'{print $$2}' | awk -F\< '{print $$1}')
@@ -60,7 +60,8 @@
 ARTIFACTS = \
        historyETLProcedure \
        talendRoutines \
-       advancedPersistentLookupLib
+       advancedPersistentLookupLib \
+       $(NULL)
 
 all: $(BUILD_FILE)
 
@@ -88,11 +89,9 @@
 
 install: \
        all \
-       install_without_maven
-
-install_without_maven: \
        install_artifacts \
-       install_files
+       install_files \
+       $(NULL)
 
 tarball:
        sed -e 's/@PACKAGE_VERSION@/$(RPM_VERSION)/g' \


--
To view, visit http://gerrit.ovirt.org/11121
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie89b465f0bb96a42c3b397b2b2bb92fbda0a7fd6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
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

Reply via email to