Commit 514ee72d authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent fd097481
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
You must be in the directory containing this script. You must be in the directory containing this script.
""" """
print
print '-'*78
print "Building the PCGI wrapper"
from do import * from do import *
......
...@@ -18,7 +18,7 @@ def make(*args): ...@@ -18,7 +18,7 @@ def make(*args):
print 'Compiling extensions in %s' % string.join(args,'/') print 'Compiling extensions in %s' % string.join(args,'/')
for a in args: os.chdir(a) for a in args: os.chdir(a)
do('make -f Makefile.pre boot PYTHON=%s' % sys.executable) do('make -f Makefile.pre.in boot PYTHON=%s' % sys.executable)
do('make') do('make')
do('make clean') do('make clean')
for a in args: os.chdir('..') for a in args: os.chdir('..')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment