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 77146f6..7d0b62b 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)