• Victor Stinner's avatar
    bpo-23404: make touch becomes make regen-all (#1466) · 8a19eb24
    Victor Stinner yazdı
    Don't rebuild generated files based on file modification time
    anymore, the action is now explicit. Replace "make touch"
    with "make regen-all".
    
    Changes:
    
    * Remove "make touch", Tools/hg/hgtouch.py and .hgtouch
    * Add a new "make regen-all" command to rebuild all generated files
    * Add subcommands to only generate specific files:
    
      - regen-ast: Include/Python-ast.h and Python/Python-ast.c
      - regen-grammar: Include/graminit.h and Python/graminit.c
      - regen-opcode-targets: Python/opcode_targets.h
    
    * Add PYTHON_FOR_REGEN variable
    * pgen is now only built by by "make regen-grammar"
    * Add $(srcdir)/ prefix to paths to source files to handle correctly
      compilation outside the source directory
    8a19eb24
Adı
Son kayıt (commit)
Son güncelleme
..
BuildScript Loading commit data...
Demo Loading commit data...
IDLE Loading commit data...
Icons Loading commit data...
Modules Loading commit data...
PythonLauncher Loading commit data...
Resources Loading commit data...
Tools Loading commit data...
scripts Loading commit data...
Extras.ReadMe.txt Loading commit data...
Extras.install.py Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...