[ekiga/gnome-2-26] [windows] Fix MAKEFILE variable usage during building
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/gnome-2-26] [windows] Fix MAKEFILE variable usage during building
- Date: Tue, 11 May 2010 12:23:44 +0000 (UTC)
commit 762a2536fe1af68a9cd92b667b97d7290d475b1b
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Tue May 11 14:22:42 2010 +0200
[windows] Fix MAKEFILE variable usage during building
Now, it is possible to execute in parallel using just make -j2.
win32/Makefile | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 5e47c6e..0b40b41 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -4,7 +4,7 @@
RELEASE := 1
# DEBUG: 0=release, 1=debug version
DEBUG := 1
-MAKEFLAGS :=
+
MAKEOPTS := $(MAKEFLAGS)
MAKE_LIB_OPTS:=$(MAKEFLAGS)
@@ -26,7 +26,6 @@ HOST_TOOL_PREFIX:=i586-mingw32msvc
REALCC:=$(HOST_TOOL_PREFIX)-gcc
REALCXX:=$(HOST_TOOL_PREFIX)-g++
-CONCURRENCY:=1
MACH_FLAGS:=-march=pentium-mmx
OPTI_FLAGS:=-O3 -fomit-frame-pointer
@@ -237,10 +236,6 @@ GIT:=git
DOC_LINGUAS=bg ca de el en_GB es eu fi fr oc pt_BR ru sv uk
-ifneq (,$(CONCURRENCY))
- MAKEOPTS+=-j$(CONCURRENCY)
-endif
-
confflags := --prefix=$(BUILDROOT) --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
confptlib := $(confflags) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]