mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510).
This commit is contained in:
parent
bada4c39a1
commit
80b09d49c1
1 changed files with 2 additions and 2 deletions
|
|
@ -1140,8 +1140,8 @@ recheck:
|
|||
|
||||
# Rebuild the configure script from configure.in; also rebuild pyconfig.h.in
|
||||
autoconf:
|
||||
(cd $(srcdir); autoconf)
|
||||
(cd $(srcdir); autoheader)
|
||||
(cd $(srcdir); autoconf -Wall)
|
||||
(cd $(srcdir); autoheader -Wall)
|
||||
|
||||
# Create a tags file for vi
|
||||
tags::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue