diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-18 20:18:30 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-18 20:18:30 +0000 |
commit | 941429e2c5d50699cce98d329ef3da7d4be461a4 (patch) | |
tree | bb523631b3cdeb17b69f6c7bf3c7f364ec13bc6b /chapter01/changelog.xml | |
parent | d3583ed55bb1df5b3e17d3dcb67d04c9761ee252 (diff) |
Use -print-file-name=specs instead of the undocumented --print-file-name switch for GCC's specs file edit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 43af25426..0bd00e00d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -114,6 +114,10 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>August 18th, 2005 [matt]: Refrain from using the undocumented +--print-file switch for GCC's spec file edit. Use -print-file-name=specs +instead (Greg Schafer).</para></listitem> + <listitem><para>August 18th, 2005 [ken]: Add a patch to sanitise bzgrep's handling of filenames.</para></listitem> |