This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 2/2] guile: Compile and install Scheme files


OK!  Just one comment:

Doug Evans <dje@google.com> skribis:

> +dnl GDB_TRY_GUILD([SRC-FILE])
> +dnl
> +dnl Make sure guild can handle this host by trying to compile SRC-FILE, and
> +dnl setting ac_cv_guild_ok to yes or no.
> +dnl The main reason for doing this is that we precompile the .scm files
> +dnl to silence Guile during gdb startup (Guile's auto-compilation output
> +dnl is unnecessarily verbose).

Iâd rather change this sentence to:

  We install compiled files (1) as a convenience to the users, and (2)
  to avoid auto-compilation messages during GDB startup.

Thank you,
Ludoâ.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]