Explain that the mktemp warning is harmless.

If the autoconf inputs are changed, then try to reconfigure.  Don't
worry if we can't do it, though.
This commit is contained in:
Martin Pool
2001-02-27 01:46:34 +00:00
parent 26c08b6c21
commit 4ff3d9d6b4

View File

@@ -54,7 +54,17 @@ install-strip:
$(MAKE) INSTALLCMD='$(INSTALLCMD) -s' install
rsync: $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS)
@-echo " Note: The link command may give a warning about use of mktemp."
@-echo " The warning may be ignored because rsync uses this function in a safe way."
$(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS)
Makefile: Makefile.in configure config.status
./config.status --recheck
# It's OK if this fails, because we don't require people to have
# autoconf installed.
configure: configure.in
-cd $(srcdir) && autoconf
rsync.1: rsync.yo
yodl2man -o rsync.1 rsync.yo