Changeset 36688
- Timestamp:
- 2008-05-11 15:37:38 (6 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/port1.0/portfetch.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port1.0/portfetch.tcl
r36687 r36688 616 616 # Initialize fetch target 617 617 proc fetch_init {args} { 618 global distfiles distname distpath all_dist_files dist_subdir fetch.type 619 620 if {[info exist distpath] && [info exists dist_subdir]} { 621 set distpath ${distpath}/${dist_subdir} 618 global distfiles distname distpath all_dist_files dist_subdir fetch.type fetch_init_done 619 620 if {[info exists distpath] && [info exists dist_subdir] && ![info exists fetch_init_done]} { 621 set distpath ${distpath}/${dist_subdir} 622 set fetch_init_done yes 622 623 } 623 624 }

