[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages <[email protected]> Sat, 26 Feb 2011 17:21:24 +0100 (CET)
| Newsgroups | gmane.network.rsync.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch, master has been updated
via 6da6b02 Suggest a better solution for a make without wildcard support.
from da9b72b Clarify what extraneous hard link are.
;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 6da6b02bb7ed1d8e7785118a8b203e50b983d1a8
Author: Wayne Davison <[email protected]>
Date: Sun Feb 20 22:07:22 2011 -0800
Suggest a better solution for a make without wildcard support.
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Changeset truncated at 500 lines:
diff --git a/INSTALL b/INSTALL
index ec551cc..6c016ad 100644
--- a/INSTALL
+++ b/INSTALL
@@ -33,9 +33,8 @@ your make has a problem with this rule, you will see an error like this:
Don't know how to make ./*.c
-You can change the "proto.h-tstamp" target to omit its prerequisite args,
-but keep in mind that this will make a manual removal of "proto.h-tstamp"
-necessary anytime the function prototypes change.
+You can change the "proto.h-tstamp" target in Makefile.in to list all the *.c
+filenames explicitly in order to avoid this issue.
RPM NOTES
---------
--
The rsync repository.