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

« back to all changes in this revision

Viewing changes to patches/README

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
 
3
 
# If you don't use rpm, you can use this file to apply additional Linux
4
 
# patches. At the top level of the binutils source tree, do
5
 
#
6
 
# /bin/sh patches/README
7
 
#
8
 
# You may have to do
9
 
#
10
 
# cd bfd
11
 
# make headers
12
 
#
13
 
# if the build fails.
14
 
 
15
 
dir=`dirname $0`
16
 
 
17
 
patch -p1 -b --suffix .dso < $dir/libtool-dso.patch && \
18
 
true
19
 
[ $? = 0 ] || exit 1
20
 
find -name "*.rej" | grep rej && exit 1
21
 
find -name "*.orig" | xargs rm -fv
22
 
find -name "*.gmo" | xargs rm -fv