diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-03-18 20:26:37 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2021-03-18 20:30:13 -0400 |
commit | 0ad870f3dc970e4cee8cafc47034abf973de4113 (patch) | |
tree | 840ef542bc7a3a13795978012c074ae928f16deb /mesonbuild/modules/python.py | |
parent | 3990754bf55727ef5593769b48f0a03c6b7a3671 (diff) | |
download | meson-0ad870f3dc970e4cee8cafc47034abf973de4113.zip meson-0ad870f3dc970e4cee8cafc47034abf973de4113.tar.gz meson-0ad870f3dc970e4cee8cafc47034abf973de4113.tar.bz2 |
minstall: always track meson-created directories
If a custom_target output is a directory, we install it as a directory,
not as a file. And, we try to track subdirectories which are created so
uninstalling works. But one directory creation did not go through
DirMaker, in the case where the output directory does not have any
further subdirectories.
Consolidate on makedirs, since I don't see much point in using os.mkdir
right here.
Diffstat (limited to 'mesonbuild/modules/python.py')
0 files changed, 0 insertions, 0 deletions