Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#1655 closed defect (fixed)

Warnings from autoconf in c/src/ada-tests

Reported by: Joel Sherrill Owned by: Ralf Corsepius
Priority: normal Milestone: 4.11
Component: unspecified Version: 4.11
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

This appears over and over. I am not 100% sure which macro is responsible "="
and which for "+="

ada.am:18: CLEANFILES multiply defined in condition TRUE ...
tmtests/tmck/Makefile.am:6: `ada.am' included from here
../../../testsuites/automake/compile.am:20: ... `CLEANFILES' previously defined here
tmtests/tmck/Makefile.am:4: `../../../testsuites/automake/compile.am' included from here
ada.am:18: CLEANFILES multiply defined in condition TRUE ...

Change History (4)

comment:1 Changed on 08/06/10 at 23:30:07 by Joel Sherrill

Owner: changed from Joel Sherrill to Ralf Corsepius

comment:2 Changed on 08/07/10 at 02:20:41 by Ralf Corsepius

Resolution: fixed
Status: newclosed

Replying to comment:0:

This appears over and over. I am not 100% sure which macro is responsible "="
and which for "+="

Read the log you cited:

ada.am:18: CLEANFILES multiply defined in condition TRUE ...
tmtests/tmck/Makefile.am:6: `ada.am' included from here
../../../testsuites/automake/compile.am:20: ... `CLEANFILES' previously defined
here
tmtests/tmck/Makefile.am:4: `../../../testsuites/automake/compile.am'
included from here
ada.am:18: CLEANFILES multiply defined in condition TRUE ...

It tells you CLEANFILES is previously defined in

../../../testsuites/automake/compile.am

This is a side-effect of the tar*-testsuites issues, which introduced a need to change testsuites/automake/compile.am.

Untested patch (I do not support Ada) checked-in to CVS-HEAD.

comment:3 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

comment:4 Changed on 10/10/17 at 06:46:55 by Sebastian Huber

Component: testingunspecified
Note: See TracTickets for help on using tickets.