Magellan Linux

Diff of /trunk/depend-tools/discover_libs.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 379 by niro, Mon Jun 5 09:35:36 2006 UTC revision 421 by niro, Mon Jan 22 21:45:20 2007 UTC
# Line 27  not_in_list() Line 27  not_in_list()
27   return 0   return 0
28  }  }
29    
30  echo -n "resolving linking lib ... "  echo -n "resolving linking libs ... "
31    
32  # first binaries:  # first binaries:
33  for bin in $(find ${SOURCE} | xargs file | grep "executable" | grep ELF | cut -f 1 -d :) \  for bin in $(find ${SOURCE} | xargs file | grep "executable" | grep ELF | cut -f 1 -d :) \

Legend:
Removed from v.379  
changed lines
  Added in v.421