예제 #1
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.installPath + "/build" )
     os.system( "make clean" )
예제 #2
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir(self.installPath + "/build")
     os.system("make clean")
예제 #3
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir(self.buildPath)
     os.system("make clean")
예제 #4
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir(self.installPath)
     os.system("rm -rf ./" + self.name)
예제 #5
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir(self.installPath)
     os.system("find . \! -name 'ninja' -delete")
예제 #6
0
파일: root.py 프로젝트: iLCSoft/iLCInstall
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.installPath )
     os.system( "rm -rf ./" + self.name )
예제 #7
0
파일: qt5.py 프로젝트: tmadlener/iLCInstall
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.installPath )
     os_system( "make clean" )
예제 #8
0
파일: clhep.py 프로젝트: iLCSoft/iLCInstall
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.buildPath ) 
     os.system( "make clean" )
예제 #9
0
파일: ninja.py 프로젝트: iLCSoft/iLCInstall
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.installPath )
     os.system( "find . \! -name 'ninja' -delete" )