Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a869fd3

Browse files
committed
Issue #21383: Allow "make touch" to work when building outside of the
source directory.
1 parent 96089fb commit a869fd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,6 +1487,7 @@ TAGS::
14871487

14881488
# Touch generated files
14891489
touch:
1490+
cd $(srcdir); \
14901491
hg --config extensions.touch=Tools/hg/hgtouch.py touch -v
14911492

14921493
# Sanitation targets -- clean leaves libraries, executables and tags

0 commit comments

Comments
 (0)