aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-hash.c
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2024-04-08 12:34:39 +0100
committerAndrew Burgess <aburgess@redhat.com>2024-04-12 17:15:34 +0100
commit032e5e0c0c08977e8109e8482cd944bac8572d92 (patch)
tree70a5704cccf0c6574327ee24be024788e684ee32 /libctf/ctf-hash.c
parent99daf56f4b4bf831bb29bffb79f2172f1b316cb9 (diff)
downloadbinutils-032e5e0c0c08977e8109e8482cd944bac8572d92.zip
binutils-032e5e0c0c08977e8109e8482cd944bac8572d92.tar.gz
binutils-032e5e0c0c08977e8109e8482cd944bac8572d92.tar.bz2
gdb/data-directory: silence output from mkinstalldirs script
After my recent changes the data-directory build now uses silent-rules.mk to reduce the output. One problem that remains was the use of mkinstalldirs by stamp-python and stamp-guile for creating some directories, the mkinstalldirs prints some messages, so we're left with output like this: GEN stamp-python mkdir -p -- ./python/gdb mkdir -p -- ./python/gdb/command mkdir -p -- ./python/gdb/dap mkdir -p -- ./python/gdb/function mkdir -p -- ./python/gdb/printer I was looking at adding a --silent option to the mkinstalldirs script, however, when I took a look at the automake package (which is where mkinstalldirs comes from) it turns out that mkinstalldirs is deprecated, at the advice is to use 'install-sh -d' instead. Just like we carry mkinstalldirs in the top-level directory, we also carry install-sh, and a version of install-sh which supports the -d flag. And best of all, 'install-sh -d' doesn't appear to print any of the information messages to stdout that mkinstalldirs does, so if we switch to use that, we get a quieter build. There should be no changes in what is built after this commit Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'libctf/ctf-hash.c')
0 files changed, 0 insertions, 0 deletions