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