)]}'
{
  "commit": "ff69d6e9af3bb04cd484f48661d5e47ea366b2d5",
  "tree": "48e7626573d95c5b33a87d19710d387f31d709d7",
  "parents": [
    "b6a12c14513f1c46a74a78eebe0e57a7e3c93846"
  ],
  "author": {
    "name": "Andrew Burgess",
    "email": "aburgess@redhat.com",
    "time": "Sat Apr 06 16:39:34 2024 +0100"
  },
  "committer": {
    "name": "Andrew Burgess",
    "email": "aburgess@redhat.com",
    "time": "Mon Apr 08 10:25:41 2024 +0100"
  },
  "message": "gdb/configure: use AC_MSG_NOTICE not a direct echo call\n\nAfter the recent commits, I noticed that GDB\u0027s configure script would\nstill emit two lines even when run in silent mode.  If you touch\ngdb/Makefile.in and then run \u0027make all\u0027 in the gdb/ build directory\nyou\u0027ll see this:\n\n    GEN    config.status\n  enable_sim \u003d no\n  enableval \u003d no\n\nObviously the \u0027no\u0027 might be \u0027yes\u0027 depending on how you actually\nconfigured GDB.\n\nThis is caused by two direct invocations of \u0027echo\u0027 in GDB\u0027s\nconfigure.ac script.\n\nIn this commit I replace these calls with use of AC_MSG_NOTICE\ninstead.  Now when configure is run with the --silent command line\noption these lines will not be printed.\n\nThere should be no changes in the built GDB after this commit.\n\nApproved-By: Simon Marchi \u003csimon.marchi@efficios.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d0fd1760b889c6ac30ecf1004ac1d39622081cbb",
      "old_mode": 33261,
      "old_path": "gdb/configure",
      "new_id": "ffbc14493e260453d85435cedf909571fc4f45d7",
      "new_mode": 33261,
      "new_path": "gdb/configure"
    },
    {
      "type": "modify",
      "old_id": "aa91bfb3a1731ebd2421d4c482354cd86be987b5",
      "old_mode": 33188,
      "old_path": "gdb/configure.ac",
      "new_id": "28e750b6b435182124f47afd7717fdf3a32e62dd",
      "new_mode": 33188,
      "new_path": "gdb/configure.ac"
    }
  ]
}
