diff options
author | Andrew Burgess <aburgess@redhat.com> | 2024-04-06 16:39:34 +0100 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2024-04-08 10:25:41 +0100 |
commit | ff69d6e9af3bb04cd484f48661d5e47ea366b2d5 (patch) | |
tree | 48e7626573d95c5b33a87d19710d387f31d709d7 /gdb/amd64-netbsd-nat.c | |
parent | b6a12c14513f1c46a74a78eebe0e57a7e3c93846 (diff) | |
download | gdb-ff69d6e9af3bb04cd484f48661d5e47ea366b2d5.zip gdb-ff69d6e9af3bb04cd484f48661d5e47ea366b2d5.tar.gz gdb-ff69d6e9af3bb04cd484f48661d5e47ea366b2d5.tar.bz2 |
gdb/configure: use AC_MSG_NOTICE not a direct echo call
After the recent commits, I noticed that GDB's configure script would
still emit two lines even when run in silent mode. If you touch
gdb/Makefile.in and then run 'make all' in the gdb/ build directory
you'll see this:
GEN config.status
enable_sim = no
enableval = no
Obviously the 'no' might be 'yes' depending on how you actually
configured GDB.
This is caused by two direct invocations of 'echo' in GDB's
configure.ac script.
In this commit I replace these calls with use of AC_MSG_NOTICE
instead. Now when configure is run with the --silent command line
option these lines will not be printed.
There should be no changes in the built GDB after this commit.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/amd64-netbsd-nat.c')
0 files changed, 0 insertions, 0 deletions