From 76a78cd8bc8eda730b78d7161ddbfdd8408fb263 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 30 Nov 2001 22:06:29 +0000 Subject: [PATCH] Add message to ignore warnings about mktemp --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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) -- 2.34.1