Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
smontanaro and hugovk authored Feb 14, 2024
commit e487a7b68c85090af51683def2f0d64d6a50adcd
4 changes: 2 additions & 2 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ make platform
Build the ``python`` program, but don't build the standard library
extension modules. This generates a file named ``platform`` which
contains a single line describing the details of the build platform,
e.g., ``macosx-14.3-arm64-3.12`` or ``linux-x86_64-3.13``
e.g., ``macosx-14.3-arm64-3.12`` or ``linux-x86_64-3.13``.

make profile-opt
^^^^^^^^^^^^^^^^
Expand All @@ -1036,7 +1036,7 @@ make distclean

In addition to the the work done by ``make clean``, remove files
created by the configure script. (Related: ``git clean -fdx`` removes
all files not known to `git`. Use with care.)
all files not known to Git. Use with care.)

make install
^^^^^^^^^^^^
Expand Down