mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-28 16:51:49 -05:00
Explain that the mktemp warning is harmless.
If the autoconf inputs are changed, then try to reconfigure. Don't worry if we can't do it, though.
This commit is contained in:
12
Makefile.in
12
Makefile.in
@@ -54,7 +54,17 @@ install-strip:
|
||||
$(MAKE) INSTALLCMD='$(INSTALLCMD) -s' install
|
||||
|
||||
rsync: $(OBJS)
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS)
|
||||
@-echo " Note: The link command may give a warning about use of mktemp."
|
||||
@-echo " The warning may be ignored because rsync uses this function in a safe way."
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS)
|
||||
|
||||
Makefile: Makefile.in configure config.status
|
||||
./config.status --recheck
|
||||
|
||||
# It's OK if this fails, because we don't require people to have
|
||||
# autoconf installed.
|
||||
configure: configure.in
|
||||
-cd $(srcdir) && autoconf
|
||||
|
||||
rsync.1: rsync.yo
|
||||
yodl2man -o rsync.1 rsync.yo
|
||||
|
||||
Reference in New Issue
Block a user