New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79567


Ignore:
Timestamp:
06/18/11 07:05:05 (4 years ago)
Author:
jmr@…
Message:

load/unload targets do not use the statefile

Location:
trunk/base/src/port1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portload.tcl

    r75534 r79567  
    3737set org.macports.load [target_new org.macports.load portload::load_main] 
    3838target_runtype ${org.macports.load} always 
     39target_state ${org.macports.load} no 
    3940target_provides ${org.macports.load} load  
    4041target_requires ${org.macports.load} main 
  • trunk/base/src/port1.0/portunload.tcl

    r75534 r79567  
    3737set org.macports.unload [target_new org.macports.unload portunload::unload_main] 
    3838target_runtype ${org.macports.unload} always 
     39target_state ${org.macports.unload} no 
    3940target_provides ${org.macports.unload} unload  
    4041target_requires ${org.macports.unload} main 
Note: See TracChangeset for help on using the changeset viewer.