diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-12-12 23:40:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-12-12 23:40:51 +0000 |
commit | ab61e9c4da707f3bc7b177c0c8f92daccdb142dc (patch) | |
tree | 0c68629fac9d7c6f103b401c9063ef00ed259f06 /libgo/merge.sh | |
parent | 6e456f4cf4deee3e2ccd9849286f59b90644c48b (diff) | |
download | gcc-ab61e9c4da707f3bc7b177c0c8f92daccdb142dc.tar.gz |
libgo: Update to weekly.2011-11-18.
From-SVN: r182266
Diffstat (limited to 'libgo/merge.sh')
-rwxr-xr-x | libgo/merge.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgo/merge.sh b/libgo/merge.sh index e6d7898dfe1..496abe53ad5 100755 --- a/libgo/merge.sh +++ b/libgo/merge.sh @@ -137,9 +137,6 @@ merge_c() { } (cd ${NEWDIR}/src/pkg && find . -name '*.go' -print) | while read f; do - if test `dirname $f` = "./syscall"; then - continue - fi oldfile=${OLDDIR}/src/pkg/$f newfile=${NEWDIR}/src/pkg/$f libgofile=go/$f |