Lines Matching refs:libgo
20 OLDDIR=${TMPDIR}/libgo-merge-old
21 NEWDIR=${TMPDIR}/libgo-merge-new
54 libgo=$4
61 if ! test -f ${libgo}; then
66 rm -f ${libgo}
67 hg rm ${libgo}
71 if ! test -f ${libgo}; then
75 if cmp -s ${old} ${libgo}; then
77 if cmp -s ${new} ${libgo}; then
83 cp ${new} ${libgo}
87 diff3 -m -E ${libgo} ${old} ${new} > ${libgo}.tmp
93 mv ${libgo}.tmp ${libgo}
97 mv ${libgo}.tmp ${libgo}
98 hg resolve -u ${libgo}
108 if test -f ${libgo}; then
109 if ! cmp -s ${new} ${libgo}; then
114 dir=`dirname ${libgo}`
118 cp ${new} ${libgo}
119 hg add ${libgo}