| Submitter | Arnaud Charlet |
|---|---|
| Date | Oct. 29, 2012, 4:12 p.m. |
| Message ID | <20121029161254.GA12655@adacore.com> |
| Download | mbox | patch |
| Permalink | /patch/195067/ |
| State | New |
| Headers | show |
Comments
> Testing the patch below, will commit if success. > > 2012-10-29 Arnaud Charlet <charlet@adacore.com> > > * gcc-interface/Makefile.in (s-oscons.ads): Adjust call to > xoscons. Committed on trunk now. Sorry for the breakage, my build was incremental and missed this missing part. Arno
On Mon, Oct 29, 2012 at 12:29 PM, Arnaud Charlet <charlet@adacore.com> wrote: > Committed on trunk now. Sorry for the breakage, my build was incremental > and missed this missing part. Great. Thanks for the quick fix! Diego.
Patch
--- 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