Ejemplo n.º 1
0
 def stages (self):
     return misc.list_insert_before (target.BjamBuild_v2.stages (self),
                                     'compile',
                                     ['build_bjam'])
Ejemplo n.º 2
0
 def stages(self):
     return misc.list_insert_before(
         target.AutoBuild.stages(self), 'compile',
         ['dotslash_download', 'make_unpack', 'patch_upstream'])
Ejemplo n.º 3
0
 def stages (self):
     return misc.list_insert_before (cross.AutoBuild.stages (self),
                                     'compile', ['patch_configure'])
Ejemplo n.º 4
0
 def stages (self):
     return misc.list_insert_before (target.AutoBuild.stages (self),
                                     'compile',
                                     ['dotslash_download', 'make_unpack', 'patch_upstream'])
Ejemplo n.º 5
0
 def stages(self):
     return misc.list_insert_before(cross.AutoBuild.stages(self), 'compile',
                                    ['patch_configure'])
Ejemplo n.º 6
0
 def stages(self):
     return misc.list_insert_before(cross.AutoBuild.stages(self), "compile", ["patch_configure"])
Ejemplo n.º 7
0
 def stages(self):
     return misc.list_insert_before(target.AutoBuild.stages(self),
                                    'configure',
                                    ['configure_native', 'compile_native'])
Ejemplo n.º 8
0
 def stages (self):
     return misc.list_insert_before (target.AutoBuild.stages (self),
                                     'configure',
                                     ['configure_native', 'compile_native'])
Ejemplo n.º 9
0
 def stages (self):
     return misc.list_insert_before (ghostscript.Ghostscript.stages (self),
                                     'package',
                                     ['configure_x11', 'compile_x11',
                                      'install_x11', 'install_fonts'])
Ejemplo n.º 10
0
 def stages(self):
     return misc.list_insert_before(target.BjamBuild_v2.stages(self),
                                    'compile', ['build_bjam'])