Fix COMPONENT_BUILD_ARGS for non-thread safe builds
authorJon Tibble <meths@btinternet.com>
Sat, 22 Sep 2012 16:23:49 +0100
changeset 506 2b05b23a6145
parent 505 064bc3aa72d4
child 507 0c4b97b91c8e
Fix COMPONENT_BUILD_ARGS for non-thread safe builds
components/ant/Makefile
components/apache2-modules/mod_perl/Makefile
components/areca/Makefile
components/beanshell/Makefile
components/clisp/Makefile
components/dcmtk/Makefile
components/erlang/Makefile
components/fastcgi/Makefile
components/gnupth/Makefile
components/grails/Makefile
components/junit/Makefile
components/net-snmp/Makefile
components/ruby/Makefile
components/samba/samba30/Makefile
components/sblim/Makefile
components/slang/Makefile
components/snort/Makefile
components/subversion/Makefile
--- a/components/ant/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/ant/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -36,6 +36,8 @@
 include ../../make-rules/justmake.mk
 include ../../make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
+
 GMAKE=./build.sh
 
 ANT_ENV+=JAVA_HOME=$(JAVA_HOME)
--- a/components/apache2-modules/mod_perl/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/apache2-modules/mod_perl/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -53,6 +53,7 @@
 	INSTALLMAN3DIR=$(PERLMAN)/man3 \
 	INSTALLSCRIPT=$(AP_PERL5BIN) \
 	MP_APXS=$(APACHE_USR_PREFIX)/bin/apxs)
+COMPONENT_BUILD_ARGS=
 
 COMPONENT_TEST_TARGETS=	test
 
--- a/components/areca/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/areca/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -42,6 +42,7 @@
 include ../../make-rules/ant.mk
 include ../../make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
 COMPONENT_BUILD_TARGETS += install -buildfile build.xml
 
 # common targets
--- a/components/beanshell/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/beanshell/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -41,7 +41,7 @@
 include ../../make-rules/ant.mk
 include ../../make-rules/ips.mk
 
-COMPONENT_BUILD_ARGS +=	-Ddist-dir=${PROTO_DIR}
+COMPONENT_BUILD_ARGS =	-Ddist-dir=${PROTO_DIR}
 COMPONENT_BUILD_ARGS +=	-Djavadoc-dir=${PROTO_DIR}
 COMPONENT_BUILD_TARGETS +=	dist 
 
--- a/components/clisp/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/clisp/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -37,6 +37,8 @@
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
+
 # Required to configure correctly.
 COMPONENT_PRE_CONFIGURE_ACTION = \
 	($(CLONEY) $(SOURCE_DIR) $(@D))
--- a/components/dcmtk/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/dcmtk/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -26,6 +26,8 @@
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
+
 COMPILER=gcc
 
 COMPONENT_PRE_CONFIGURE_ACTION = \
--- a/components/erlang/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/erlang/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -60,6 +60,8 @@
 # R(major)(minor)-(micro) - (major).(minor as number).(micro)
 IPS_COMPONENT_VERSION=  $(COMPONENT_VERSION_MAJOR).2.$(COMPONENT_VERSION_MICRO)
 
+COMPONENT_BUILD_ARGS=
+
 # Built in SFW with gcc and builds cleanly now only with gcc
 COMPILER = gcc
 
--- a/components/fastcgi/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/fastcgi/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -37,6 +37,8 @@
 include ../../make-rules/ips.mk
 include ../../make-rules/lint-libraries.mk
 
+COMPONENT_BUILD_ARGS=
+
 CONFIGURE_OPTIONS += --disable-static
 CONFIGURE_OPTIONS += --with-pic
 CONFIGURE_OPTIONS += --includedir=$(CONFIGURE_INCLUDEDIR)/fastcgi
--- a/components/gnupth/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/gnupth/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -34,6 +34,8 @@
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
+
 PATCH_LEVEL = 0
 
 # Enable C99 mode + -Xc for its additional warnings.
--- a/components/grails/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/grails/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -37,6 +37,8 @@
 include ../../make-rules/ant.mk
 include ../../make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
+
 # common targets
 build:		$(BUILD_32)
 
--- a/components/junit/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/junit/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -33,6 +33,8 @@
 include ../../make-rules/ant.mk
 include ../../make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
+
 COMPONENT_BUILD_ARGS 	+= -Ddist=${PROTO_DIR}
 COMPONENT_BUILD_ARGS    += -Djavadocdir=${PROTO_DIR}
 COMPONENT_BUILD_TARGETS += dist
--- a/components/net-snmp/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/net-snmp/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -33,11 +33,12 @@
 #COMPONENT_ARCHIVE_URL=	http://ftp.ntua.gr/mirror/net-snmp/net-snmp/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_ARCHIVE_URL= http://ftp.ntua.gr/mirror/net-snmp/OldFiles/net-snmp-5.4.x/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 
-
 include $(WS_TOP)/make-rules/prep.mk
 include $(WS_TOP)/make-rules/configure.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
+
 CFLAGS += $(studio_C99_ENABLE)
 CPPFLAGS += "-DFALSE_SHARING_ALIGN=64"
 
--- a/components/ruby/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/ruby/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -47,6 +47,8 @@
 include $(WS_TOP)/make-rules/ips.mk
 include $(WS_TOP)/make-rules/configure.mk
 
+COMPONENT_BUILD_ARGS=
+
 # COMPONENT_VERSION <major>.<minor>.<teeny>
 # is transformed into <major>.<minor> for RUBY_VER.
 # First change the separator '.' to ' ', so we can use "word" to pull the 
--- a/components/samba/samba30/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/samba/samba30/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -40,6 +40,8 @@
 COMPONENT_ARCHIVE_HASH=	sha1:5ec6bc6558b3c799f747eb49fbba019d5edf0cbd
 COMPONENT_ARCHIVE_URL=	http://www.samba.org/samba/ftp/stable/$(COMPONENT_ARCHIVE)
 
+COMPONENT_BUILD_ARGS=
+
 include ../../../make-rules/prep.mk
 
 SRC_OFFSET =	source
--- a/components/sblim/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/sblim/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -37,6 +37,8 @@
 include ../../make-rules/ant.mk
 include ../../make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
+
 # Javadoc files etc are installed here.
 PKG_PROTO_DIRS += $(BUILD_DIR_32)
 
--- a/components/slang/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/slang/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -40,6 +40,8 @@
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
+
 PKG_MACROS +=	IPS_PKG_NAME=$(IPS_PKG_NAME)
 PKG_MACROS +=	COPYRIGHT_FILE=$(COPYRIGHT_FILE)
 PKG_MACROS +=	COPYRIGHTS=$(COPYRIGHTS)
--- a/components/snort/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/snort/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -38,6 +38,8 @@
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
+
 PATCH_LEVEL =	0
 
 # without this we bus error on sparc. sadly I don't see any patches
--- a/components/subversion/Makefile	Sun Sep 09 23:26:18 2012 +0100
+++ b/components/subversion/Makefile	Sat Sep 22 16:23:49 2012 +0100
@@ -38,6 +38,8 @@
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
+COMPONENT_BUILD_ARGS=
+
 PATCH_LEVEL = 0
 
 PYMODS = client core delta fs ra repos wc