Changeset 8165
- Timestamp:
- 08/13/08 15:10:03 (5 years ago)
- Files:
-
- 1 modified
-
ossiedev/trunk/build.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/trunk/build.py
r8144 r8165 142 142 # build tools 143 143 os.chdir(cwd + os.path.sep + 'tools') 144 if (os.system('python setup.py install') != 0):144 if (os.system('python setup.py build') != 0): 145 145 Abort("ERROR: building tools failed") 146 if (os.system('sudo python setup.py install') != 0): 147 Abort("ERROR: installing tools failed") 146 148 147 149 print "\n" + "*"*60 + "\n"