[SCM] The rsync repository. - branch master updated

2021-02-04 Thread Rsync CVS commit messages
The branch, master has been updated
   via  ef36b097 Stop checking for gmake in build scripts
  from  ec3833c9 Add optional netgroup.h include for NetBSD hosts.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -
commit ef36b097bfd38cdf3f331f264e0792ab76d479c8
Author: Wayne Davison 
Date:   Thu Feb 4 20:46:00 2021 -0800

Stop checking for gmake in build scripts

Since a non-cygwin gmake trips up the github cygwin action, let's just
require that the user put a good "make" early on their path (a simple
`ln -s `which gmake` ~/bin/make` with the right $PATH works fine).

---

Summary of changes:
 packaging/smart-make | 6 ++
 prepare-source   | 3 +--
 2 files changed, 3 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/smart-make b/packaging/smart-make
index 25aa1a35..3826432e 100755
--- a/packaging/smart-make
+++ b/packaging/smart-make
@@ -4,8 +4,6 @@ set -e
 
 export LANG=C
 
-make=`which gmake 2>/dev/null` || make=make
-
 branch=`packaging/prep-auto-dir`
 if test x"$branch" = x; then
 srcdir=.
@@ -40,8 +38,8 @@ fi
 
 ./config.status
 
-$make all
+make all
 
 if test x"$1" = x"check"; then
-$make check
+make check
 fi
diff --git a/prepare-source b/prepare-source
index dd0cbd6a..f5b7b46c 100755
--- a/prepare-source
+++ b/prepare-source
@@ -43,8 +43,7 @@ fi
 for action in "${@}"; do
 case "$action" in
 build|make)
-   make=`which gmake 2>/dev/null` || make=make
-   $make -f "$dir/prepare-source.mak"
+   make -f "$dir/prepare-source.mak"
;;
 fetch|fetchgen)
if test "$action" = fetchgen; then


-- 
The rsync repository.

___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


Re: Rsync failed to set times (on temporary files)

2021-02-04 Thread Kevin Korb via rsync
I am not sure if I have missed information here but...  Rsync only sets
the mtime on files that it completely transferred.  The back-dating of a
file is rsync's guarantee that that file was completely transferred and
verified.

On 2/2/21 9:03 PM, Leon Vanderploeg via rsync wrote:
> Windows Cygwin rsync is version 3.1.1
> 
> Ubuntu version is 3.1.2
> 
> Ubuntu file system is ext4
> 
> Rsync command main options -rtlg0D ( see attachment for full view)
> 
> 
> 
> 

-- 
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
Kevin Korb  Phone:(407) 252-6853
Systems Administrator   Internet:
FutureQuest, Inc.   ke...@futurequest.net  (work)
Orlando, Floridak...@sanitarium.net (personal)
Web page:   https://sanitarium.net/
PGP public key available on web site.
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Rsync failed to set times (on temporary files)

2021-02-04 Thread Leon Vanderploeg via rsync
Windows Cygwin rsync is version 3.1.1

Ubuntu version is 3.1.2

Ubuntu file system is ext4

Rsync command main options -rtlg0D ( see attachment for full view)
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html