diff options
author | Paolo Bonzini <bonzini@gcc.gnu.org> | 2007-11-29 15:34:21 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2007-11-29 15:34:21 +0000 |
commit | d683ec81d20defd9817dd5122b70c5d77b5d9b2c (patch) | |
tree | 030d4c7294a926dc62f6df096f5eb15e26f63dec /ChangeLog | |
parent | 42a8c358ced433f956f1a6010d4d4188bd3b6074 (diff) | |
download | gcc-d683ec81d20defd9817dd5122b70c5d77b5d9b2c.zip gcc-d683ec81d20defd9817dd5122b70c5d77b5d9b2c.tar.gz gcc-d683ec81d20defd9817dd5122b70c5d77b5d9b2c.tar.bz2 |
[multiple changes]
2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* config-ml.in: Robustify against white space in absolute file
names.
* config-ml.in (multi-clean): Substitute ${Makefile}.
Remove superfluous ${Makefile} in list.
libgomp:
2007-11-29 Andris Pavenis <andris.pavenis@iki.fi>
Paolo Bonzini <bonzini@gnu.org>
* Makefile.am: Use space as vpath separator. Use 'vpath %'
instead of 'VPATH ='.
* Makefile.in: Regenerate.
gcc:
2007-11-29 Andris Pavenis <andris.pavenis@iki.fi>
* Makefile.in: Use separate vpath lines for each path.
libstdc++-v3:
2007-11-29 Andris Pavenis <andris.pavenis@iki.fi>
* src/Makefile.am: Use separate vpath lines for each path.
M libgomp/Makefile.in
M libgomp/ChangeLog
M libgomp/Makefile.am
M gcc/ChangeLog
M gcc/Makefile.in
M libstdc++-v3/src/Makefile.in
M libstdc++-v3/src/Makefile.am
M libstdc++-v3/ChangeLog
M ChangeLog
From-SVN: r130514
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * config-ml.in: Robustify against white space in absolute file + names. + + * config-ml.in (multi-clean): Substitute ${Makefile}. + Remove superfluous ${Makefile} in list. + 2007-11-19 Thiemo Seufer <ths@mips.com> * config-ml.in: Don't hardcode the Makefile name. |