Beispiel #1
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.installPath + "/build" )
     os.system( "make clean" )
Beispiel #2
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir(self.installPath + "/build")
     os.system("make clean")
Beispiel #3
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir(self.buildPath)
     os.system("make clean")
Beispiel #4
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir(self.installPath)
     os.system("rm -rf ./" + self.name)
Beispiel #5
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir(self.installPath)
     os.system("find . \! -name 'ninja' -delete")
Beispiel #6
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.installPath )
     os.system( "rm -rf ./" + self.name )
Beispiel #7
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.installPath )
     os_system( "make clean" )
Beispiel #8
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.buildPath ) 
     os.system( "make clean" )
Beispiel #9
0
 def cleanupInstall(self):
     BaseILC.cleanupInstall(self)
     os.chdir( self.installPath )
     os.system( "find . \! -name 'ninja' -delete" )