From: Wayne Davison Date: Sun, 2 Oct 2022 18:05:01 +0000 (-0700) Subject: Mention smart-make in a comment. X-Git-Tag: v3.2.7~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0088a85aebfe30769814f71319c06986e5b59ea8;p=thirdparty%2Frsync.git Mention smart-make in a comment. --- 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