Skip to content

Commit b6b2dc7

Browse files
committed
build: Remove some last traces of daemonize
1 parent ae60cd7 commit b6b2dc7

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

wscript_build

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,6 @@ def build_jars ():
8888
bld.install_files ('${JAVADIR}', ant_jars)
8989

9090

91-
#def build_python_and_daemonize ():
92-
# obj = bld(features = 'py',name='pythonmodules')
93-
# obj.find_sources_in_dirs('python/lib', exts=['.py'])
94-
#
95-
# if bld.env.DISTRO not in ['Windows','Mac']:
96-
# # build / install declarations of the daemonization utility - except for Windows
97-
# bld(
98-
# name='daemonize',
99-
# features='cc cprogram',
100-
# source='daemonize/daemonize.c',
101-
# target='daemonize/cloud-daemonize'
102-
# )
103-
10491
def build_premium ():
10592
if buildpremium: bld.recurse(["cloudstack-proprietary/"],'build')
10693

@@ -388,7 +375,6 @@ def build_usage_dir ():
388375
# Get started to execute here
389376
build_utils_docs ()
390377
build_jars ()
391-
#build_python_and_daemonize ()
392378
build_premium ()
393379
#build_thirdparty_dir()
394380
build_dependences ()

0 commit comments

Comments
 (0)