build: Remove some last traces of daemonize

This commit is contained in:
Wido den Hollander 2012-07-25 17:15:28 +02:00
parent ae60cd7b87
commit b6b2dc7840
1 changed files with 0 additions and 14 deletions

View File

@ -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 ()