Changeset 5541:e05dd70a374c


Ignore:
Timestamp:
08/01/07 18:33:17 (6 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

Temporary less bad way to build when upgrading.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spkg-install

    r3699 r5541  
    5151    # We also delete the build directory, since it could contain  
    5252    # old .py files we don't want anymore.  
    53     rm -rf build 
     53    # Do a copy, link, etc., later.  This is bad because it means 
     54    # that a failed build yields a broken sage.  Fix that problem first. 
     55    #rm -rf build 
     56 
    5457 
    5558    "$SAGE_ROOT/sage" -b main 
Note: See TracChangeset for help on using the changeset viewer.