]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- try to fix parallel build, release 4
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 31 May 2004 14:03:50 +0000 (14:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.spec -> 1.226

gcc4.spec

index b0649095bdb0cfa2003caa1379a2d6156de6049e..6e3b56efb7fb406c8bd6ba3e8008ff6acf073cc7 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -16,7 +16,7 @@ Summary(pl):  Kolekcja kompilator
 Summary(pt_BR):        Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:          gcc
 Version:       %{GCC_VERSION}
-Release:       3
+Release:       4
 Epoch:         5
 License:       GPL
 Group:         Development/Languages
@@ -822,10 +822,12 @@ cd ..
        infodir=%{_infodir}
 
 %if %{with ada}
-%{__make} -C obj-%{_target_platform}/gcc gnatlib gnattools gnatlib-shared \
+for tgt in gnatlib gnattools gnetlib-shared; do
+%{__make} -C obj-%{_target_platform}/gcc $tgt \
        LDFLAGS_FOR_TARGET="%{rpmldflags}" \
        mandir=%{_mandir} \
        infodir=%{_infodir}
+done
 %endif
 
 %install
This page took 0.102968 seconds and 4 git commands to generate.