mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
remove wscript_build from daemonize/
This commit is contained in:
parent
1017a41fa9
commit
7032a59196
@ -1,7 +0,0 @@
|
|||||||
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.c',
|
|
||||||
target='cloud-daemonize')
|
|
||||||
@ -87,10 +87,16 @@ tgen = bld(rule=Utils.runant, name='runant', source=ant_sources, target=ant_jars
|
|||||||
|
|
||||||
# =================== C / Python compilation =========================
|
# =================== C / Python compilation =========================
|
||||||
|
|
||||||
bld.recurse(["daemonize"],'build')
|
|
||||||
obj = bld(features = 'py',name='pythonmodules')
|
obj = bld(features = 'py',name='pythonmodules')
|
||||||
obj.find_sources_in_dirs('python/lib', exts=['.py'])
|
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')
|
||||||
# ===================== End C / Python compilation ==========================
|
# ===================== End C / Python compilation ==========================
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user