Kaydet (Commit) 4be4e657 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Add reindent target.

üst 1a00e185
...@@ -956,6 +956,10 @@ config.status: $(srcdir)/configure ...@@ -956,6 +956,10 @@ config.status: $(srcdir)/configure
.c.o: .c.o:
$(CC) -c $(PY_CFLAGS) -o $@ $< $(CC) -c $(PY_CFLAGS) -o $@ $<
# Run reindent on the library
reindent:
./python$(EXEEXT) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
# Rerun configure with the same options as it was run last time, # Rerun configure with the same options as it was run last time,
# provided the config.status script exists # provided the config.status script exists
recheck: recheck:
......
...@@ -95,6 +95,9 @@ Library ...@@ -95,6 +95,9 @@ Library
Build Build
----- -----
- The Makefile now has a reindent target, which runs reindent.py on
the library.
- Patch #1470875: Building Python with MS Free Compiler - Patch #1470875: Building Python with MS Free Compiler
- Patch #1161914: Add a python-config script. - Patch #1161914: Add a python-config script.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment