mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
[svn] Makefile (install.wgetrc): I completely missed the message that the new wgetrc
wasn't being installed the first couple of times I ran `make install' after changing sample.wgetrc. Added blank lines around the message and a "<Hit RETURN to acknowledge>", and reworded the message to be a bit more clear.
This commit is contained in:
@@ -105,9 +105,13 @@ install.wgetrc:
|
||||
else \
|
||||
echo ' $(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC).new'; \
|
||||
$(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC).new; \
|
||||
echo "WARNING: File \`$(WGETRC)' already exists and is spared."; \
|
||||
echo " You might want to consider \`$(WGETRC).new',"; \
|
||||
echo " and merge both into \`$(WGETRC)', for the best."; \
|
||||
echo; \
|
||||
echo "WARNING: Differing \`$(WGETRC)' already exists and"; \
|
||||
echo " has been spared. You might want to consider"; \
|
||||
echo " merging in the new lines from \`$(WGETRC).new'."; \
|
||||
echo; \
|
||||
echo "<Hit RETURN to acknowledge>\c"; \
|
||||
read user_input; \
|
||||
fi; \
|
||||
else \
|
||||
$(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC); \
|
||||
|
||||
Reference in New Issue
Block a user