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