diff options
| author | bwarsaw | 2000-04-07 16:08:08 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-04-07 16:08:08 +0000 |
| commit | 700d4283de9d16a4586fd14a82022c725c00d2fb (patch) | |
| tree | 94907071eb30d247e7ab1b7f890c9fb42b325848 /Makefile.in | |
| parent | edcbcfe1fa393c9da71b0af4b16dffc217352993 (diff) | |
| download | mailman-700d4283de9d16a4586fd14a82022c725c00d2fb.tar.gz mailman-700d4283de9d16a4586fd14a82022c725c00d2fb.tar.zst mailman-700d4283de9d16a4586fd14a82022c725c00d2fb.zip | |
Do the "make update" automatically now.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/Makefile.in b/Makefile.in index b628810d7..533685686 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,7 +73,9 @@ subdirs: $(SUBDIRS) (cd $$d; $(MAKE)); \ done -install: $(SUBDIRS) +install: doinstall update + +doinstall: $(SUBDIRS) @echo "Creating architecture independent directories..." @for d in $(ARCH_INDEP_DIRS); \ do \ @@ -104,16 +106,6 @@ install: $(SUBDIRS) (cd $$d; $(MAKE) install); \ done $(PYTHON) -c 'from compileall import *; compile_dir("$(prefix)/Mailman")' - @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); \ -# do \ -# (cd $$d; $(MAKE) finish); \ -# done update: @(cd $(prefix) ; bin/update) | tee ./update.log |
