summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-16 17:27:26 +0000
committerKarl Berry <karl@freefriends.org>2017-04-16 17:27:26 +0000
commitfbb7e835bffb3653af5165cbcc62aef0df8bfe93 (patch)
tree556994e281f2760742f38823577c476dbcb84122 /Master/tlpkg/bin/tl-update-asy
parentdf88f83b1126c57b3ca9b0371071f36caba3fbbf (diff)
asymptote 2.41 for TL17
git-svn-id: svn://tug.org/texlive/trunk@43843 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-asy')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-asy17
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy
index f4321e32207..ba03b39bf10 100755
--- a/Master/tlpkg/bin/tl-update-asy
+++ b/Master/tlpkg/bin/tl-update-asy
@@ -15,6 +15,7 @@
ver=... # the newly-released version, from revision.cc
test "x$1" = x--build || exit 1
+renice +19 -p $$ >/dev/null 2>&1
#
if false && $update_sources_from_ctan; then
@@ -61,17 +62,17 @@ elif test "x$1" = x--build; then
$svn revert doc/asy-latex.pdf
rm -f Makefile
fi
- rm -rf config.h config.log config.status errors.temp autom4te.cache
- rm -rf /tmp/ainst
+ rm -rf config.cache config.h config.log config.status errors.temp
+ rm -rf /tmp/ainst autom4te.cache
# these configure options represent what is intended to be supported
- # in the i386-linux build.
+ # in the x86_64-linux build.
ASYMPTOTE_EPSDRIVER=epswrite; export ASYMPTOTE_EPSDRIVER
- ./configure --prefix=/tmp/ainst \
+ ./configure -C --prefix=/tmp/ainst \
--with-latex=/tmp/ainst/latex --with-context=/tmp/ainst/context \
--enable-fftw --enable-gl --enable-gsl \
--enable-texlive-build CFLAGS=-g CXXFLAGS=-ansi
- nice make
- nice make check
+ make
+ make check
make install-prebuilt
test ! -r .git || mv dot.git .git
exit 0
@@ -99,6 +100,8 @@ elif false && $update_runtime_from_ainst; then
$cp latex/asymptote/* $xist/tex/latex/asymptote/
$cp context*/asymptote/* $xist/tex/context/third/asymptote/
#
+ # also copy in i386-linux binaryfrom build machine.
+ lb=$xb/x86_64-linux
$cp bin/asy $lb/
strip $lb/asy
@@ -107,7 +110,7 @@ elif false && $update_runtime_from_ainst; then
ci="$xu/README \
$xy \
- $lb/asy $pg/asymptote/ \
+ $xb/i386-linux $lb $pg/asymptote/ \
$xist/doc/info/ $xist/doc/man $xist/doc/asymptote \
$xist/asymptote/ $xist/tex/*/asymptote"