diff options
author | Arnaud Charlet <charlet@act-europe.fr> | 2004-04-19 17:24:27 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2004-04-19 17:24:27 +0200 |
commit | c2b5e13ba5e3d5dbd7cf0e43a529ca3f7bc40518 (patch) | |
tree | 0d6ebe3186c9115906b60794c163d33dd9e1194d /libada/ChangeLog | |
parent | 7324bf49ceb4aaca385ae0c32095901b96a2c969 (diff) | |
download | gcc-c2b5e13ba5e3d5dbd7cf0e43a529ca3f7bc40518.zip gcc-c2b5e13ba5e3d5dbd7cf0e43a529ca3f7bc40518.tar.gz gcc-c2b5e13ba5e3d5dbd7cf0e43a529ca3f7bc40518.tar.bz2 |
Makefile.in: Fix errors introduced in previous change (in particular...
* Makefile.in: Fix errors introduced in previous change (in particular,
errors when building gnattools were ignored).
Code clean up and simplification.
update comments.
Remove temporary debug code introduced by mistake in previous check in.
Prefer GNU Make syntax over complex and error-prone sh syntax.
(gnatlib-zcx): New target.
(ada.all.cross): Merged with gnattools-cross target.
From-SVN: r80857
Diffstat (limited to 'libada/ChangeLog')
-rw-r--r-- | libada/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libada/ChangeLog b/libada/ChangeLog index 7578860..0028f1c 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,14 @@ +2004-04-19 Arnaud Charlet <charlet@act-europe.fr> + + * Makefile.in: Fix errors introduced in previous change (in particular, + errors when building gnattools were ignored). + Code clean up and simplification. + update comments. + Remove temporary debug code introduced by mistake in previous check in. + Prefer GNU Make syntax over complex and error-prone sh syntax. + (gnatlib-zcx): New target. + (ada.all.cross): Merged with gnattools-cross target. + 2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org> * configure.ac: It's gnatlib-plain in the Makefile, not |