Changeset 191 for trunk/base


Ignore:
Timestamp:
Aug 18, 2002, 12:59:41 AM (22 years ago)
Author:
landonf (Landon Fuller)
Message:

More dependency madness

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/Tcl/port1.0/portutil.tcl

    r189 r191  
    5656}
    5757
     58# swdep_resolve
    5859# XXX - Architecture specific
    5960# XXX - Rely on information from internal defines in cctools/dyld:
     
    9293                }
    9394                bin {
     95                    # XXX broken
    9496                    lappend search_path $env(PATH)
    9597                }
     
    101103    }
    102104    foreach path $search_path {
    103         ui_debug "Now checking path: $path regex: $depregex"
     105        # XXX XXX XXX XXX Broken XXX XXX XXX XXX
     106        # Always executes. need to fix regex path checking
    104107        if {![file isdirectory $path]} {
    105             continue
     108                continue
     109        }
     110        if {![file isfile $path/$depregex]} {
     111                global sysportpath
     112                build $sysportpath/software/$portname build make
     113                return 0
    106114        }
    107115    }
Note: See TracChangeset for help on using the changeset viewer.