Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac 27416: top-level Makefile targets for Python 3 should build docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri committed Mar 4, 2019
1 parent c59b688 commit be4726f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -53,11 +53,10 @@ build/make/Makefile: configure build/make/deps build/make/Makefile.in build/pkgs
fi; )

# This is used to monitor progress towards Python 3 and prevent
# regressions. The target "build" should be upgraded to reflect the
# level of Python 3 support that is known to work.
# regressions.
buildbot-python3: configure
./configure --with-python=3
$(MAKE) build
$(MAKE)

# Preemptively download all standard upstream source tarballs.
download:
Expand Down

0 comments on commit be4726f

Please sign in to comment.