diff options
author | Alexandre Oliva <oliva@dcc.unicamp.br> | 1999-07-27 13:26:37 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@gcc.gnu.org> | 1999-07-27 13:26:37 +0000 |
commit | 94b82f2bcfcffceced323c28d9e494844b4dbc2a (patch) | |
tree | 7c0236672932e8fbdd6e1f92fd76254129e97416 /contrib/ChangeLog | |
parent | 3efd811ad157a514f4d64b0bf22066427e6fc9a4 (diff) | |
download | gcc-94b82f2bcfcffceced323c28d9e494844b4dbc2a.zip gcc-94b82f2bcfcffceced323c28d9e494844b4dbc2a.tar.gz gcc-94b82f2bcfcffceced323c28d9e494844b4dbc2a.tar.bz2 |
egcs_update (files_and_dependencies): New function...
* egcs_update (files_and_dependencies): New function, with
complete list of files to be updated, as well as their
dependencies.
(touch_files): Check the timestamp of each generated file against
its dependencies'.
(main): New flags --touch, --list and --help. Remove the
pre-update step.
From-SVN: r28295
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 643b8e4..e5fd410 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,13 @@ +1999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br> + + * egcs_update (files_and_dependencies): New function, with + complete list of files to be updated, as well as their + dependencies. + (touch_files): Check the timestamp of each generated file against + its dependencies'. + (main): New flags --touch, --list and --help. Remove the + pre-update step. + 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br> * test_summary: Replace egcs with gcc. Update e-mail address. |