Skip to content

Commit

Permalink
Address review: use long options for clarity
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
erlend-aasland and AA-Turner authored Nov 1, 2024
1 parent eee4104 commit 48f1c82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ coverage-report: regen-token regen-frozen
# Run "Argument Clinic" over all source files
.PHONY: clinic
clinic: check-clean-src
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/clinic/clinic.py -f --make --exclude Lib/test/clinic.test.c --srcdir $(srcdir)
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/clinic/clinic.py --force --make --exclude Lib/test/clinic.test.c --srcdir $(srcdir)

.PHONY: clinic-tests
clinic-tests: check-clean-src $(srcdir)/Lib/test/clinic.test.c
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
``make clinic`` now runs Argument Clinic using the ``-f`` option, thus
forcefully regenerating generated code.
``make clinic`` now runs Argument Clinic using the ``--force`` option,
thus forcefully regenerating generated code.

0 comments on commit 48f1c82

Please sign in to comment.