mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Merge remote-tracking branch 'tor-gitlab/mr/419'
This commit is contained in:
commit
00b57e81f8
@ -13,10 +13,6 @@ abspath() {
|
||||
|
||||
TARGET=$(abspath "$1")
|
||||
|
||||
#echo ORIGDIR="$ORIGDIR"
|
||||
#echo AR="$AR"
|
||||
#echo ARFLAGS="$AFLAGS"
|
||||
|
||||
shift
|
||||
|
||||
for input in "$@"; do
|
||||
@ -29,7 +25,6 @@ for input in "$@"; do
|
||||
done
|
||||
|
||||
cd "$TMPDIR" >/dev/null
|
||||
#echo "${AR:-ar}" "${ARFLAGS:-cru}" library.tmp.a ./*/**
|
||||
"${AR:-ar}" "${ARFLAGS:-cru}" library.tmp.a ./*/**
|
||||
"${RANLIB:-ranlib}" library.tmp.a
|
||||
mv -f library.tmp.a "$TARGET"
|
||||
|
Loading…
Reference in New Issue
Block a user