mirror of https://github.com/apache/cloudstack.git
build: Remove some last traces of daemonize
This commit is contained in:
parent
ae60cd7b87
commit
b6b2dc7840
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Reference in New Issue