texlive[51453] Build/source: just uname instead of buildinfo.sh

commits+karl at tug.org commits+karl at tug.org
Tue Jun 25 20:08:07 CEST 2019


Revision: 51453
          http://tug.org/svn/texlive?view=revision&revision=51453
Author:   karl
Date:     2019-06-25 20:08:06 +0200 (Tue, 25 Jun 2019)
Log Message:
-----------
just uname instead of buildinfo.sh

Modified Paths:
--------------
    trunk/Build/source/Build
    trunk/Build/source/ChangeLog

Modified: trunk/Build/source/Build
===================================================================
--- trunk/Build/source/Build	2019-06-25 01:28:47 UTC (rev 51452)
+++ trunk/Build/source/Build	2019-06-25 18:08:06 UTC (rev 51453)
@@ -15,6 +15,7 @@
 # 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 @@
   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

Modified: trunk/Build/source/ChangeLog
===================================================================
--- trunk/Build/source/ChangeLog	2019-06-25 01:28:47 UTC (rev 51452)
+++ trunk/Build/source/ChangeLog	2019-06-25 18:08:06 UTC (rev 51453)
@@ -1,3 +1,8 @@
+2019-06-25  Karl Berry  <karl at 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 at freefriends.org>
 
 	* doc/buildinfo.sh (compiler_version): new shell function;



More information about the tex-live-commits mailing list