示例#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
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.installPath )
     os.system( "rm -rf ./" + self.name )
示例#7
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.installPath )
     os_system( "make clean" )
示例#8
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.buildPath ) 
     os.system( "make clean" )
示例#9
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.installPath )
     os.system( "find . \! -name 'ninja' -delete" )