[BACK]Return to find_depends CVS log [TXT][DIR] Up to [local] / openbsd / fill_chroot

Diff for /openbsd/fill_chroot/find_depends between version 1.5 and 1.6

version 1.5, 2005/12/21 19:14:12 version 1.6, 2007/05/16 20:55:42
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $RedRiver: find_depends,v 1.4 2005/12/21 18:37:38 andrew Exp $  # $RedRiver: find_depends,v 1.5 2005/12/21 19:14:12 andrew Exp $
 use strict;  use strict;
 use warnings;  use warnings;
   
Line 77 
Line 77 
       $locs = find_libs($locs->{$spec}, $ld, $locs);        $locs = find_libs($locs->{$spec}, $ld, $locs);
   
     } else {      } else {
       warn "Couldn't find location for lib '$_'";        warn "Couldn't find location for lib '$_' (file '$file')";
     }      }
   }    }
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>