[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Tue Jun 30 03:06:01 UTC 2020


The branch, master has been updated
       via  646784f0 Move the new target after "all".
      from  18ed3f02 More patch-update improvements; configure.ac tweak; Makefile tweaks.

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


- Log -----------------------------------------------------------------
commit 646784f0e593162134aa88ab5a63f0f2236e5956
Author: Wayne Davison <wayne at opencoder.net>
Date:   Mon Jun 29 20:04:54 2020 -0700

    Move the new target after "all".

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

Summary of changes:
 packaging/auto-Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/auto-Makefile b/packaging/auto-Makefile
index 097a5d87..cc181536 100644
--- a/packaging/auto-Makefile
+++ b/packaging/auto-Makefile
@@ -3,9 +3,9 @@ TARGETS := all install install-ssl-daemon install-all install-strip conf gen gen
 
 .PHONY: $(TARGETS) auto-prep
 
+$(TARGETS): auto-prep
+	make -C build $@
+
 auto-prep:
 	@if test x`packaging/prep-auto-dir` = x; then echo "auto-build-save is not setup"; exit 1; fi
 	@echo 'Build branch: '`readlink build/.branch | tr % /`
-
-$(TARGETS): auto-prep
-	make -C build $@


-- 
The rsync repository.



More information about the rsync-cvs mailing list