summaryrefslogtreecommitdiff
path: root/debian/patches/svn-updates.diff
blob: c95af02412329d8eda93e94486d8717dc2f3fe45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# DP: updates from the 4.9 branch upto 20140712 (r212479).

last_update()
{
	cat > ${dir}LAST_UPDATED <EOF
Sat Jul 12 13:02:22 CEST 2014
Sat Jul 12 11:02:22 UTC 2014 (revision 212479)
EOF
}

LANG=C svn diff svn://gcc.gnu.org/svn/gcc/tags/gcc_4_9_1_release svn://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch \
	| sed -r 's,^--- (\S+)\t(\S+)(.*)$,--- a/src/\1\t\2,;s,^\+\+\+ (\S+)\t(\S+)(.*)$,+++ b/src/\1\t\2,' \
	| awk '/^Index:.*\.(class|texi)/ {skip=1; next} /^Index:/ { skip=0 } skip==0'