From f54c4102a4fa80fbfe5d00096fd31ebd13d9ab5c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 25 Jun 2019 18:08:06 +0000 Subject: just uname instead of buildinfo.sh git-svn-id: svn://tug.org/texlive/trunk@51453 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Build | 5 ++--- Build/source/ChangeLog | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'Build') 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 diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index 692b91cf36c..113e709f2e1 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,3 +1,8 @@ +2019-06-25 Karl Berry + + * Build: don't call buildinfo from here, the output when the CC + etc. envvars are not set is too misleading. Just write UNAME. + 2019-06-24 Karl Berry * doc/buildinfo.sh (compiler_version): new shell function; -- cgit v1.2.3