> > We chatted about this on IRC, and Richi is seeing the same problem on
> > his builds.
> 
> Very strange. I'm looking at it.

OK, this comes from code duplicated between gcc-interface/Makefile.in and
Make-generated.in, pretty messy.

Testing the patch below, will commit if success.

2012-10-29  Arnaud Charlet  <char...@adacore.com>

       * gcc-interface/Makefile.in (s-oscons.ads): Adjust call to xoscons.

Arno
--
--- gcc-interface/Makefile.in   (revision 192944)
+++ gcc-interface/Makefile.in   (working copy)
@@ -2610,7 +2610,7 @@ $(RTSDIR)/s-oscons.ads: ../stamp-gnatlib
        (cd $(RTSDIR) ; \
            $(OSCONS_CPP) ; \
            $(OSCONS_EXTRACT) ; \
-           ../bldtools/oscons/xoscons)
+           ../bldtools/oscons/xoscons s-oscons)
 
 # Don't use semicolon separated shell commands that involve list expansions.
 # The semicolon triggers a call to DCL on VMS and DCL can't handle command

Reply via email to