]> granicus.if.org Git - python/commit
Unroll the for loop used for building python, so the first three
authorGuido van Rossum <guido@python.org>
Wed, 23 Apr 1997 15:14:24 +0000 (15:14 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 Apr 1997 15:14:24 +0000 (15:14 +0000)
commit4246edda7c055359443ec44a0b862310042d3a1d
treec7e444905b1653cfe3bae084774d8f2683d313cc
parentcaa9f234bc72886041580ee50b8dd75ccbe76c71
Unroll the for loop used for building python, so the first three
subdirectories can be made in parallel (unfortunately, Modules has to
depend on all three).
Makefile.in