~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: bwarsaw
  • Date: 2000-02-19 04:49:54 UTC
  • Revision ID: vcs-imports@canonical.com-20000219044954-17wazbjyngp7yb3o
install: Be a bit more efficient about compiling all .py files; only
traverse into $prefix/Mailman, which avoids all the time-consuming and
unnecessary compilation in the archive directories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        do \
104
104
            (cd $$d; $(MAKE) install); \
105
105
        done
106
 
        $(PYTHON) -c 'import compileall; compileall.compile_dir("$(prefix)")'
 
106
        $(PYTHON) -c 'from compileall import *; compile_dir("$(prefix)/Mailman")'
107
107
        @echo "*****"
108
108
        @echo "***** If you are installing over an old installation, please"
109
109
        @echo "***** run \"make update\".  See the UPGRADING file for details."