Lines Matching refs:orig_archive
145 orig_archive=$1
147 func_file_conv "$orig_archive"
193 if test ! -f "$orig_archive"; then
210 if test ! -f "$orig_archive"; then
234 if test ! -f "$orig_archive"; then
236 echo "$me: creating $orig_archive"
238 orig_archive=
240 orig_archive=$archive
259 if test -n "$orig_archive"; then
260 $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $?
266 if test ! -f "$orig_archive"; then