~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to patches/apply_demangler

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
dir=`dirname $0`
 
4
 
 
5
patch -p1 $BACKUP < $dir/demangler.patch
 
6
[ $? = 0 ] || exit 1
 
7
(cd demangler && sh ./bootstrap)
 
8
[ $? = 0 ] || exit 1
 
9
(cd libiberty && rm -f configure && autoconf)
 
10
[ $? = 0 ] || exit 1
 
11
rm -f configure && autoconf-2.13 && rm -f Makefile.in && autogen Makefile.def
 
12
[ $? = 0 ] || exit 1
 
13
find -name "*.rej" | grep rej && exit 1
 
14
find -name "*.orig" | xargs rm -fv
 
15
find -name "*.gmo" | xargs rm -fv