mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Update combine_libs script
Remove commented code from production. Align indentations to 4 spaces.
This commit is contained in:
parent
6260db5733
commit
719169dbe3
@ -13,10 +13,6 @@ abspath() {
|
|||||||
|
|
||||||
TARGET=$(abspath "$1")
|
TARGET=$(abspath "$1")
|
||||||
|
|
||||||
#echo ORIGDIR="$ORIGDIR"
|
|
||||||
#echo AR="$AR"
|
|
||||||
#echo ARFLAGS="$AFLAGS"
|
|
||||||
|
|
||||||
shift
|
shift
|
||||||
|
|
||||||
for input in "$@"; do
|
for input in "$@"; do
|
||||||
@ -29,7 +25,6 @@ for input in "$@"; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
cd "$TMPDIR" >/dev/null
|
cd "$TMPDIR" >/dev/null
|
||||||
#echo "${AR:-ar}" "${ARFLAGS:-cru}" library.tmp.a ./*/**
|
|
||||||
"${AR:-ar}" "${ARFLAGS:-cru}" library.tmp.a ./*/**
|
"${AR:-ar}" "${ARFLAGS:-cru}" library.tmp.a ./*/**
|
||||||
"${RANLIB:-ranlib}" library.tmp.a
|
"${RANLIB:-ranlib}" library.tmp.a
|
||||||
mv -f library.tmp.a "$TARGET"
|
mv -f library.tmp.a "$TARGET"
|
||||||
|
Loading…
Reference in New Issue
Block a user