~ubuntu-branches/ubuntu/precise/rpm/precise-proposed

« back to all changes in this revision

Viewing changes to autodeps/darwin.req

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2011-03-16 15:07:46 UTC
  • mfrom: (21.1.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20110316150746-hzwdsrf3csvq5fax
Tags: 4.9.0-2
* Fix symbols for 32-bit arches, fixes FTBFS.
* Build with --as-needed to minimize libraries deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
ulimit -c 0
6
6
 
7
7
filelist=`sed "s/['\"]/\\\&/g"`
8
 
exelist=`echo $filelist | xargs file | fgrep Mach-O | cut -d: -f1 `
9
 
scriptlist=`echo $filelist | xargs file | egrep ":.* (commands|script) " | cut -d: -f1 `
 
8
exelist=`echo $filelist | xargs file | grep -F Mach-O | cut -d: -f1 `
 
9
scriptlist=`echo $filelist | xargs file | grep -E ":.* (commands|script) " | cut -d: -f1 `
10
10
 
11
11
for f in $exelist; do
12
12
    if [ -x $f ]; then