summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/Build5
-rw-r--r--Build/source/ChangeLog5
2 files changed, 7 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
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 <karl@freefriends.org>
+
+ * 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 <karl@freefriends.org>
* doc/buildinfo.sh (compiler_version): new shell function;