Add message to ignore warnings about mktemp
authorMartin Pool <mbp@samba.org>
Fri, 30 Nov 2001 22:06:29 +0000 (22:06 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 30 Nov 2001 22:06:29 +0000 (22:06 +0000)
Makefile.in

index 77146f66aa8d5dc690ea8f6e89e6d89c873550d5..7d0b62b22b06614581f47292af54fe38fb292c53 100644 (file)
@@ -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)