Changes between Initial version and Version 1 of Ticket #41
- Timestamp:
- 2005-10-21T18:41:37Z (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41 – Description
initial v1 1 I just included some modification to the ropp_io to automatically generate the ChangeLog file with a make dist command. This works as long as executed on the right linux box by looking for the svn2cl program. It also works if this program is not available. But it fails if the program is available but does not work correctly, e.g. svn is missing on another linux box.1 I just included some modification to the ropp_io to automatically generate the !ChangeLog file with a make dist command. This works as long as executed on the right linux box by looking for the svn2cl program. It also works if this program is not available. But it fails if the program is available but does not work correctly, e.g. svn is missing on another linux box. 2 2 3 3 Is there a way to avoid this so that make does not fall over if svn2cl fails? Or should one just assume that a program which is present should also work correctly.