File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
10491def 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
389376build_utils_docs ()
390377build_jars ()
391- #build_python_and_daemonize ()
392378build_premium ()
393379#build_thirdparty_dir()
394380build_dependences ()
You can’t perform that action at this time.
0 commit comments