On Mon, Oct 29, 2012 at 10:44 AM, Arnaud Charlet <char...@adacore.com> wrote:
>> >> Well, this was a build from scratch.  Maybe there is a parallel make
>> >> bug in the new ada changes?  Some undeclared dependency?
>> >
>> > There is not in the recent changes. Maybe there's a latent bug, although I
>> > have never experienced it.
>> >
>> > At which revision are you?
>>
>> rev 192942.
>
> Can you confirm that gcc/ada/Make-generated.in contains the following
> line:
>
>         ./xoscons s-oscons ) ; \
>
> and NOT:
>
>         ./xoscons ) ; \
>

Yup, it does:

 94                 $(OSCONS_CPP) ; \
 95                 $(OSCONS_EXTRACT) ; \
 96                 ./xoscons s-oscons ) ; \
 97                 $(MOVE_IF_CHANGE)
$(ADA_GEN_SUBDIR)/bldtools/oscons/s-oscons.ads
$(ADA_GEN_SUBDIR)/s-oscons.ads ; \
 98                 $(MOVE_IF_CHANGE)
$(ADA_GEN_SUBDIR)/bldtools/oscons/s-oscons.h
$(ADA_GEN_SUBDIR)/s-oscons.h

Reply via email to