summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-14 23:26:40 +0000
committerKarl Berry <karl@freefriends.org>2015-05-14 23:26:40 +0000
commitd6070808a56648a6016b0761144d9974bae48acf (patch)
tree9b4eeda7356e7deedcb66cda9adb607b6660ac1a /Master/tlpkg/bin/tl-update-asy
parent905ab9188ad1a0f1e5720f539bda20bb3659f22c (diff)
armhf asy/tl15
git-svn-id: svn://tug.org/texlive/trunk@37404 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-asy')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-asy4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy
index 294834549eb..64adb4bcb92 100755
--- a/Master/tlpkg/bin/tl-update-asy
+++ b/Master/tlpkg/bin/tl-update-asy
@@ -6,7 +6,7 @@
# Do not run this script. It won't work. It is necessary to run the
# commands one at a time and think about what is being done. It's
# checked in so that when I get hit by a truck, at least the procedure I
-# used will be there as a starting point.
+# used will be available as a starting point.
#
# The script uses various paths and convenience variables that I define
# for myself; feel free to peruse tug.org:~karl/.bash_login, etc.
@@ -65,6 +65,7 @@ elif test "x$1" = x--build; then
./configure --with-latex=/tmp/ainst/latex --with-context=/tmp/ainst/context \
--enable-texlive-build --prefix=/tmp/ainst #CFLAGS=-g
nice make
+ #nice make check
make install-prebuilt
test -r dot.svn && mv dot.svn .svn
exit 0
@@ -115,6 +116,7 @@ elif false && $update_runtime_from_ainst; then
diff -qr share/doc/asymptote/ $xmf/doc/asymptote/ | fgrep -v .svn
#svn rm ...
+ #
svn status $ci # just to see
scom -m"asymptote $ver" $ci
fi