예제 #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)
예제 #2
0
파일: AppsBase.py 프로젝트: MannyMoo/ganga
 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)