Changes between Version 86 and Version 87 of Migration


Ignore:
Timestamp:
Oct 1, 2015, 2:14:20 PM (9 years ago)
Author:
raimue (Rainer Müller)
Comment:

Replace 'port clean all' with 'rm -rf', which is a lot faster. https://lists.macosforge.org/pipermail/macports-dev/2015-September/031393.html

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v86 v87  
    3636   a. Clean any partially-completed builds:
    3737      {{{
    38       sudo port clean all
     38      sudo rm -rf /opt/local/var/macports/build/*
    3939      }}}
    4040   a. Download and execute the restore_ports script. (If you installed MacPorts from source and used a custom prefix, then you'll need to use the -p option when you run restore_ports.tcl; see `./restore_ports.tcl -h`.)