mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #21383: Allow "make touch" to work when building outside of the
source directory.
This commit is contained in:
parent
96089fb40d
commit
a869fd3dc0
1 changed files with 1 additions and 0 deletions
|
@ -1487,6 +1487,7 @@ TAGS::
|
|||
|
||||
# Touch generated files
|
||||
touch:
|
||||
cd $(srcdir); \
|
||||
hg --config extensions.touch=Tools/hg/hgtouch.py touch -v
|
||||
|
||||
# Sanitation targets -- clean leaves libraries, executables and tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue