From: Martin Pool Date: Fri, 30 Nov 2001 22:06:29 +0000 (+0000) Subject: Add message to ignore warnings about mktemp X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/76a78cd8bc8eda730b78d7161ddbfdd8408fb263 Add message to ignore warnings about mktemp --- diff --git a/Makefile.in b/Makefile.in index 77146f66..7d0b62b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,6 +62,7 @@ install-strip: $(MAKE) INSTALLCMD='$(INSTALLCMD) -s' install rsync: $(OBJS) + @echo "Please ignore warnings below about mktemp -- it is used in a safe way" $(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS) tls: $(tls_OBJ)