texlive[47641] Build/source: tl-update-auto
commits+karl at tug.org
commits+karl at tug.org
Tue May 8 02:23:37 CEST 2018
Revision: 47641
http://tug.org/svn/texlive?view=revision&revision=47641
Author: karl
Date: 2018-05-08 02:23:37 +0200 (Tue, 08 May 2018)
Log Message:
-----------
tl-update-auto
Modified Paths:
--------------
trunk/Build/source/build-aux/config.sub
trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub
trunk/Build/source/libs/icu/icu-src/source/config.sub
trunk/Build/source/utils/asymptote/config.sub
Modified: trunk/Build/source/build-aux/config.sub
===================================================================
--- trunk/Build/source/build-aux/config.sub 2018-05-08 00:18:07 UTC (rev 47640)
+++ trunk/Build/source/build-aux/config.sub 2018-05-08 00:23:37 UTC (rev 47641)
@@ -111,7 +111,7 @@
esac
# Spilt fields of configuration type
-IFS="-" read field1 field2 field3 field4 <<EOF
+IFS="-" read -r field1 field2 field3 field4 <<EOF
$1
EOF
@@ -1360,7 +1360,7 @@
# Decode manufacturer-specific aliases for certain operating systems.
-if [ x"$os" != x"" ]
+if [ x$os != x ]
then
case $os in
# First match some system type aliases that might get confused
@@ -1550,6 +1550,12 @@
;;
-none)
;;
+ -*-eabi)
+ case $basic_machine in
+ arm*)
+ ;;
+ esac
+ ;;
*)
# Get rid of the `-' at the beginning of $os.
os=`echo $os | sed 's/[^-]*-//'`
Modified: trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub
===================================================================
--- trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub 2018-05-08 00:18:07 UTC (rev 47640)
+++ trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub 2018-05-08 00:23:37 UTC (rev 47641)
@@ -111,7 +111,7 @@
esac
# Spilt fields of configuration type
-IFS="-" read field1 field2 field3 field4 <<EOF
+IFS="-" read -r field1 field2 field3 field4 <<EOF
$1
EOF
@@ -1360,7 +1360,7 @@
# Decode manufacturer-specific aliases for certain operating systems.
-if [ x"$os" != x"" ]
+if [ x$os != x ]
then
case $os in
# First match some system type aliases that might get confused
@@ -1550,6 +1550,12 @@
;;
-none)
;;
+ -*-eabi)
+ case $basic_machine in
+ arm*)
+ ;;
+ esac
+ ;;
*)
# Get rid of the `-' at the beginning of $os.
os=`echo $os | sed 's/[^-]*-//'`
Modified: trunk/Build/source/libs/icu/icu-src/source/config.sub
===================================================================
--- trunk/Build/source/libs/icu/icu-src/source/config.sub 2018-05-08 00:18:07 UTC (rev 47640)
+++ trunk/Build/source/libs/icu/icu-src/source/config.sub 2018-05-08 00:23:37 UTC (rev 47641)
@@ -111,7 +111,7 @@
esac
# Spilt fields of configuration type
-IFS="-" read field1 field2 field3 field4 <<EOF
+IFS="-" read -r field1 field2 field3 field4 <<EOF
$1
EOF
@@ -1360,7 +1360,7 @@
# Decode manufacturer-specific aliases for certain operating systems.
-if [ x"$os" != x"" ]
+if [ x$os != x ]
then
case $os in
# First match some system type aliases that might get confused
@@ -1550,6 +1550,12 @@
;;
-none)
;;
+ -*-eabi)
+ case $basic_machine in
+ arm*)
+ ;;
+ esac
+ ;;
*)
# Get rid of the `-' at the beginning of $os.
os=`echo $os | sed 's/[^-]*-//'`
Modified: trunk/Build/source/utils/asymptote/config.sub
===================================================================
--- trunk/Build/source/utils/asymptote/config.sub 2018-05-08 00:18:07 UTC (rev 47640)
+++ trunk/Build/source/utils/asymptote/config.sub 2018-05-08 00:23:37 UTC (rev 47641)
@@ -111,7 +111,7 @@
esac
# Spilt fields of configuration type
-IFS="-" read field1 field2 field3 field4 <<EOF
+IFS="-" read -r field1 field2 field3 field4 <<EOF
$1
EOF
@@ -1360,7 +1360,7 @@
# Decode manufacturer-specific aliases for certain operating systems.
-if [ x"$os" != x"" ]
+if [ x$os != x ]
then
case $os in
# First match some system type aliases that might get confused
@@ -1550,6 +1550,12 @@
;;
-none)
;;
+ -*-eabi)
+ case $basic_machine in
+ arm*)
+ ;;
+ esac
+ ;;
*)
# Get rid of the `-' at the beginning of $os.
os=`echo $os | sed 's/[^-]*-//'`
More information about the tex-live-commits
mailing list