Closed GoogleCodeExporter closed 9 years ago
Fixed in r39. Safer, as well as simpler and more Pythonic in many cases,
because you
eliminate ' '.join()s. You now do run('gcc', '-o', target, objects) instead of
run('gcc -o %s %s' % (target, ' '.join(objects)))
Original comment by benh...@gmail.com
on 11 Aug 2009 at 11:41
Original issue reported on code.google.com by
benh...@gmail.com
on 6 Aug 2009 at 4:26