Esempio n. 1
0
 def make(self, argument=None):
     """Performs a make on the application. The unix exit code is 
        returned. Any arguments given are passed onto as in
        dv.make('clean').
     """
     import GangaLHCb.Lib.Applications.FileFunctions
     return FileFunctions.make(self, argument)
Esempio n. 2
0
 def make(self, argument=None):
     """Performs a make on the application. The unix exit code is 
        returned. Any arguments given are passed onto as in
        dv.make('clean').
     """
     import GangaLHCb.Lib.Applications.FileFunctions
     return FileFunctions.make(self, argument)