Add message to ignore warnings about mktemp

This commit is contained in:
Martin Pool
2001-11-30 22:06:29 +00:00
parent 0b25efc12a
commit 76a78cd8bc

View 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)