~ubuntu-branches/debian/experimental/gcc-5/experimental

« back to all changes in this revision

Viewing changes to debian/rules.d/binary-ada.mk

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-03-29 18:53:29 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20150329185329-k0hzbn9qkqnhtys5
Tags: 5-20150329-1
* Update to SVN 20150329.
* Fix building the gnat-5-doc package.
* Fix gnat build dependencies.
* Fix installation of the gnat upstream ChangeLog. Closes: #781451.
* Restore the bootstrap-debug.mk patch to the ada-mips patch
  for debugging purposes. See #781457.

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
else
263
263
$(binary_stamp)-ada: $(install_stamp)
264
264
endif
 
265
 
 
266
ifeq ($(with_separate_gnat),yes)
265
267
$(binary_stamp)-ada: $(binary_stamp)-gnatbase
 
268
else
 
269
$(binary_stamp)-ada:
 
270
endif
266
271
        dh_testdir
267
272
        dh_testroot
268
273
        mv $(install_stamp) $(install_stamp)-tmp
306
311
  ifeq ($(with_check),yes)
307
312
        cp -p test-summary $(d_gnat)/$(docdir)/$(p_gbase)/.
308
313
  endif
 
314
else
 
315
        mkdir -p $(d_gnat)/$(docdir)/$(p_gbase)/ada
 
316
        cp -p src/gcc/ada/ChangeLog $(d_gnat)/$(docdir)/$(p_gbase)/ada/.
309
317
endif
310
318
        for i in $(GNAT_TOOLS); do \
311
319
          case "$$i" in \
364
372
            makeinfo -I $(srcdir)/gcc/doc/include -I $(srcdir)/gcc/ada \
365
373
                -I $(builddir)/gcc \
366
374
                -o gnat_ugn-$(GNAT_VERSION).info \
367
 
                $(builddir)/gcc/doc/gnat_ugn.texi
 
375
                $(srcdir)/gcc/ada/gnat_ugn.texi
368
376
        cd $(ada_info_dir) && \
369
377
            makeinfo -I $(srcdir)/gcc/doc/include -I $(srcdir)/gcc/ada \
370
378
                -I $(builddir)/gcc \