diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-15 00:35:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-15 00:35:53 +0000 |
commit | 3b68475005c077f0f9c2a85f34418b5c0eb9e393 (patch) | |
tree | 43e4edc2b0811f2f6282893503d4ff38898d1d6a /Master/tlpkg/bin | |
parent | 24bdf3da6edc25056334c4063cf9c3d23ef95505 (diff) |
build-aux syncs
git-svn-id: svn://tug.org/texlive/trunk@28265 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index f4259274366..c4c15205dd5 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -126,8 +126,7 @@ fi # !config_scripts_only # config.guess/sub/etc. from elsewhere on tug.org, mirrored from GNU. -# ylwrap comes from automake; ltmain.sh comes from libtool. For those -# two, have to manually remember to update when new versions are installed. +# See Build/source/build-aux/README.TL for more info on common scripts. # config_masterdir=/home/ftp/dist/build-aux # @@ -142,7 +141,7 @@ for gnuconf in config.guess config.sub depcomp install-sh texinfo.tex; do # if $diff $local_conffile $master_conffile >$temp.$gnuconf.diff; then $verbose " $gnuconf ok." - rm -f $temp + rm -f $temp.$gnuconf.diff else # updated needed. find all copies in source. # Build/source/utils/asymptote/gc* is not checked in (since it's not |