nonrecursive_make 733 B

12345678910111213141516
  1. o Major features (build):
  2. - Switch to a nonrecursive Makefile structure. Now instead of each
  3. Makefile.am invoking other Makefile.ams, there is a master
  4. Makefile.am that includes the others. This makes our build process
  5. slightly more maintainable, and improves parallelism for building
  6. with make -j. Original patch by Stewart Smith; various fixes by
  7. Jim Meyering.
  8. o Minor bugfixes (documentation):
  9. - We no longer warn so much when generating manpages from their
  10. asciidoc source.
  11. o New requirements:
  12. - Tor maintainers now require Automake version 1.9 or later to build
  13. Tor from the Git repository. (Automake is not required when building
  14. from a source distribution.)