You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2012/07/26 23:05:06 UTC

[10/50] git commit: build: Remove some last traces of daemonize

build: Remove some last traces of daemonize


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b6b2dc78
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b6b2dc78
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b6b2dc78

Branch: refs/heads/rbd
Commit: b6b2dc78407fa3549248693517188f16761bef4e
Parents: ae60cd7
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Wed Jul 25 17:15:28 2012 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Wed Jul 25 17:15:28 2012 +0200

----------------------------------------------------------------------
 wscript_build |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b6b2dc78/wscript_build
----------------------------------------------------------------------
diff --git a/wscript_build b/wscript_build
index e8e9c36..89e5903 100644
--- a/wscript_build
+++ b/wscript_build
@@ -88,19 +88,6 @@ def build_jars ():
 	bld.install_files ('${JAVADIR}', ant_jars)
 
 
-#def build_python_and_daemonize ():
-#	obj = bld(features = 'py',name='pythonmodules')
-#	obj.find_sources_in_dirs('python/lib', exts=['.py'])
-#
-#	if bld.env.DISTRO not in ['Windows','Mac']:
-#		# build / install declarations of the daemonization utility - except for Windows
-#		bld(
-#			name='daemonize',
-#			features='cc cprogram',
-#			source='daemonize/daemonize.c',
-#			target='daemonize/cloud-daemonize'
-#		   )
-
 def build_premium ():
 	if buildpremium: bld.recurse(["cloudstack-proprietary/"],'build')
 
@@ -388,7 +375,6 @@ def build_usage_dir ():
 # Get started to execute here
 build_utils_docs ()
 build_jars ()
-#build_python_and_daemonize ()
 build_premium ()
 #build_thirdparty_dir()
 build_dependences ()