summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-10-02 11:05:01 -0700
committerWayne Davison <wayne@opencoder.net>2022-10-02 11:26:44 -0700
commit0088a85aebfe30769814f71319c06986e5b59ea8 (patch)
treef28932707fe4e0c28b592d3237746d9de08a58fc
parent4923c4dc0cca396b2b54256ad2986dc2017f48b0 (diff)
downloadrsync-0088a85aebfe30769814f71319c06986e5b59ea8.tar.gz
Mention smart-make in a comment.
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3cde9557..a1253e5d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -70,6 +70,8 @@ CHECK_OBJS=tls.o testrun.o getgroups.o getfsdev.o t_stub.o t_unsafe.o trimslash.
$(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) -c $< @CC_SHOBJ_FLAG@
@OBJ_RESTORE@
+# NOTE: consider running "packaging/smart-make" instead of "make" to auto-handle
+# any changes to configure.sh and the main Makefile prior to a "make all".
all: Makefile rsync$(EXEEXT) stunnel-rsyncd.conf @MAKE_RRSYNC@ @MAKE_MAN@
.PHONY: all