summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-25 18:08:06 +0000
committerKarl Berry <karl@freefriends.org>2019-06-25 18:08:06 +0000
commitf54c4102a4fa80fbfe5d00096fd31ebd13d9ab5c (patch)
treee376d8bf644f9c49b2a40248ee2aa6e9d4e596e4 /Build/source/Build
parent207f9550613bc1a7d1dd7e01fee49b43371159c3 (diff)
just uname instead of buildinfo.sh
git-svn-id: svn://tug.org/texlive/trunk@51453 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Build')
-rwxr-xr-xBuild/source/Build5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/Build b/Build/source/Build
index b80219e8269..42f68528535 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -15,6 +15,7 @@ LANG=C; export LANG
# cd to our source directory.
mydir=`dirname $0`
cd $mydir || exit 1
+mydir=`pwd` # make absolute
# We export the TL_* variables so that they can be dumped to buildenv.log.
: ${TL_WORKDIR=Work}; export TL_WORKDIR
@@ -114,9 +115,7 @@ cd $TL_WORKDIR || exit 1
echo "starting TeX Live build at `date`"
printf 'CMDLINE\t"%s"\n' "$0 $*"
printf 'PWD\t"%s"\n' "`pwd`"
- #
- # output system info (will also be done by make, to buildinfo.log).
- $mydir/doc/buildinfo.sh --no-config-status
+ printf 'UNAME\t"%s"\n' "`uname`"
env | sort >buildenv.log
echo "See also buildenv.log and buildinfo.log in `pwd`"
echo