summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2010-07-14 12:16:48 +0100
committerPádraig Brady <P@draigBrady.com>2010-07-14 12:16:48 +0100
commit4fe3860ebc3cda8918e67db4b827fc5e12250c0b (patch)
treeb82f5f83485e8a34a9abd6b898e659c3362b91ce
parent4332538dbb97f0db3daa877ca19db0fc24f3b835 (diff)
downloadcoreutils-4fe3860ebc3cda8918e67db4b827fc5e12250c0b.tar.xz
build: update gnulib submodule to latest; update bootstrap, too
* gnulib: Update for xmemcoll0 and fix for systems without pthreads * bootstrap: Update for translation project sync fix
-rwxr-xr-xbootstrap11
m---------gnulib0
2 files changed, 7 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 242254922..5ab4cf7cc 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2010-05-17.18; # UTC
+scriptversion=2010-07-06.10; # UTC
# Bootstrap this package from checked-out sources.
@@ -90,7 +90,8 @@ bootstrap_epilogue() { :; }
# options because the latest/%s directory and the .po files within are
# all symlinks.
po_download_command_format=\
-"rsync -Lrtvz 'translationproject.org::tp/latest/%s/' '%s'"
+"rsync --delete --exclude '*.s1' -Lrtvz \
+ 'translationproject.org::tp/latest/%s/' '%s'"
extract_package_name='
/^AC_INIT(/{
@@ -475,15 +476,17 @@ download_po_files() {
eval "$cmd"
}
-# Download .po files to $po_dir/.reference and copy only the new
+# Mirror .po files to $po_dir/.reference and copy only the new
# or modified ones into $po_dir. Also update $po_dir/LINGUAS.
+# Note po files that exist locally only are left in $po_dir but will
+# not be included in LINGUAS and hence will not be distributed.
update_po_files() {
# Directory containing primary .po files.
# Overwrite them only when we're sure a .po file is new.
po_dir=$1
domain=$2
- # Download *.po files into this dir.
+ # Mirror *.po files into this dir.
# Usually contains *.s1 checksum files.
ref_po_dir="$po_dir/.reference"
diff --git a/gnulib b/gnulib
-Subproject 7773f84fe1aa3bb17defad704ee87f2615894ae
+Subproject b1ef417aa5830669125c4f4aafd0a163c890212