Commit b8a33634 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 17836a27
......@@ -95,9 +95,7 @@ print 'Building extension modules'
make('lib','python')
make('lib','python','DocumentTemplate')
make('lib','python','BoboPOS')
make('lib','python','ZODB')
make('lib','python','ZopeZODB3')
make('lib','python','SearchIndex')
# Try to link/copy cPickle.so to BoboPOS to out-fox
......@@ -108,7 +106,7 @@ files=filter(
os.listdir('python')
)
if files:
cd('python'); cd('BoboPOS')
cd('python'); cd('ZODB')
for f in files:
src=os.path.join('..',f)
try: os.link(src,f)
......
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