summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorcotton1998-11-05 22:29:58 +0000
committercotton1998-11-05 22:29:58 +0000
commit4af32378419eab2612ae2a9e45a6fd059ab9b0a9 (patch)
tree19662e28ddfcfa886e9c2fface96cb85cf8060c1 /Makefile.in
parentf34305c7df4607b704f60d589720e6a866e74659 (diff)
downloadmailman-4af32378419eab2612ae2a9e45a6fd059ab9b0a9.tar.gz
mailman-4af32378419eab2612ae2a9e45a6fd059ab9b0a9.tar.zst
mailman-4af32378419eab2612ae2a9e45a6fd059ab9b0a9.zip
added note to run "make update" if make install is installed over a
previous revision. This message is displayed at the end of "make install". scott
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f531141f3..6341d1107 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -99,6 +99,10 @@ install: $(SUBDIRS)
do \
(cd $$d; $(MAKE) install); \
done
+ @echo "*****"
+ @echo "***** If you are installing over an old installation, please"
+ @echo "***** run \"make update\". See the UPGRADING file for details."
+ @echo "*****"
#finish:
# @for d in $(SUBDIRS); \