~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/d2/d2cf4c7a8614cda50353eb0251b6cc1dc9b6dfeb.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
pkg=`echo $1 | sed 's/^-p//'`
 
4
target=$2
 
5
 
 
6
[ -d debian/$pkg/usr/share/doc ] || mkdir -p debian/$pkg/usr/share/doc
 
7
if [ -d debian/$pkg/usr/share/doc/$p -a ! -h debian/$pkg/usr/share/doc/$p ]
 
8
then
 
9
    echo "WARNING: removing doc directory  $pkg"
 
10
    rm -rf debian/$pkg/usr/share/doc/$pkg
 
11
fi
 
12
ln -sf $target debian/$pkg/usr/share/doc/$pkg