Changeset 1436 for TI05-delivery/trunk
- Timestamp:
- 22/08/06 11:53:57 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/trunk/setup.py
r1431 r1436 107 107 class MyBuild(build): 108 108 def run(self): 109 self.execute(os.system, ('make -C src',)) 109 # We make the stand-alone client/server here for 2 reasons: The source must be 110 # configured by the respective bbftp configure scripts and some test cases use 111 # the stand-alone client. 112 self.spawn(['make', '-C', 'src']) 110 113 build.run(self) 111 114
Note: See TracChangeset
for help on using the changeset viewer.