Changeset 54

Show
Ignore:
Timestamp:
10/31/05 20:25:08 (3 years ago)
Author:
athomas
Message:
  • Python packages now always build with -f to ensure that the source is recompiled.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bpkg/trunk/bpkg

    r53 r54  
    522522                cat <<EOF > Makefile 
    523523build: 
    524         python setup.py build 
     524        python setup.py build -f 
    525525 
    526526install: