[Libreoffice-commits] .: python3/ExternalProject_python3.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Nov 19 04:39:07 PST 2012
python3/ExternalProject_python3.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 1f8d5eed2a1055438b226838b2480677030619a0
Author: Michael Stahl <mstahl at redhat.com>
Date: Mon Nov 19 13:36:56 2012 +0100
python3: fix typos in makefile
Change-Id: I61ea54ff5a5771ad2dee1b3514c97fbdd9f241b9
diff --git a/python3/ExternalProject_python3.mk b/python3/ExternalProject_python3.mk
index 3dbf205..af3653d 100644
--- a/python3/ExternalProject_python3.mk
+++ b/python3/ExternalProject_python3.mk
@@ -27,19 +27,19 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
ifeq ($(VCVER),110)
cd $(EXTERNAL_WORKDIR)/PCbuild \
&& MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /p:PlatformToolset=v110 \
- cd $(EXTERNAL_WORKDIR) \
+ && cd $(EXTERNAL_WORKDIR) \
&& ln -s $(if $(filter 90,$(VCVER)),PC/VS9.0,PCbuild) LO_lib \
&& touch $@
else ifeq ($(VCVER),100)
cd $(EXTERNAL_WORKDIR)/PCbuild \
&& MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /ToolsVersion:4.0 \
- cd $(EXTERNAL_WORKDIR) \
+ && cd $(EXTERNAL_WORKDIR) \
&& ln -s $(if $(filter 90,$(VCVER)),PC/VS9.0,PCbuild) LO_lib \
&& touch $@
else ifeq ($(VCVER),90)
cd $(EXTERNAL_WORKDIR)/PC/VS9.0 \
&& MAKEFLAGS= $(COMPATH)/vcpackages/vcbuild.exe pcbuild.sln "Release|$(if $(filter INTEL,$(CPUNAME)),Win32,x64)" \
- cd $(EXTERNAL_WORKDIR) \
+ && cd $(EXTERNAL_WORKDIR) \
&& ln -s $(if $(filter 90,$(VCVER)),PC/VS9.0,PCbuild) LO_lib \
&& touch $@
endif
More information about the Libreoffice-commits
mailing list