[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Tue Jan 4 09:03:09 MST 2011


The branch, master has been updated
       via  4ab6125 Have build farm always use included popt.
      from  49eb0c4 Mention that sorting the --files-from input is helpful.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4ab6125214981c3ce41e9ddd0cbef14ef3fdcfe0
Author: Wayne Davison <wayned at samba.org>
Date:   Tue Jan 4 08:00:31 2011 -0800

    Have build farm always use included popt.

-----------------------------------------------------------------------

Summary of changes:
 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/configure b/configure
index 48d41eb..32cc3b5 100755
--- a/configure
+++ b/configure
@@ -8,6 +8,8 @@ realconfigure="$dir/configure.sh"
 
 if test ! -f "$realconfigure"; then
     if test -f "$HOME/build_farm/build_test.fns"; then
+	# Test the included popt
+	set -- --with-included-popt "${@}"
 	# Allow the build farm to grab latest files via rsync.
 	actions='build fetch'
     else


-- 
The rsync repository.


More information about the rsync-cvs mailing list