]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Fix typos PARALELLISMFLAGS -> PARALLELISMFLAGS.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Oct 2012 20:36:23 +0000 (22:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Oct 2012 20:36:23 +0000 (22:36 +0200)
No rebuild needed.

cryptsetup-luks/cryptsetup-luks.nm
libsepol/libsepol.nm
libsolv/libsolv.nm
subversion/subversion.nm
xen/xen.nm
xorg-x11-font-utils/xorg-x11-font-utils.nm
xorg-x11-fonts/xorg-x11-fonts.nm
xorg-x11-proto-devel/xorg-x11-proto-devel.nm
xorg-x11-xkb-utils/xorg-x11-xkb-utils.nm

index d39a75f8fa1e0105d6bbbe2746cabfb4697a0dd8..2c833015e2ec45a88be8dcc221abc1c4a48dab4c 100644 (file)
@@ -45,7 +45,7 @@ build
                ./configure \
                        %{configure_options}
 
-               make %{PARALELLISMFLAGS}
+               make %{PARALLELISMFLAGS}
        end
 
        install_cmds
index 43b6466f912dce815dfa72fd3125f8d2181e3583..ac647815e7826b6a73eac3e46d0572968bf150e8 100644 (file)
@@ -26,7 +26,7 @@ build
 
        build
                make clean
-               make CFLAGS="%{CFLAGS}" %{PARALELLISMFLAGS}
+               make CFLAGS="%{CFLAGS}" %{PARALLELISMFLAGS}
        end
 
        # Install libraries to correct place.
index 7b8413421e659f6ae9550cebc20546ca20a42863..e1c8d1d6312b2464d492fcd79b3a60a11669a1ef 100644 (file)
@@ -46,7 +46,7 @@ build
                        -DENABLE_PERL=0 \
                        -DENABLE_PYTHON=0 \
                        -DENABLE_RUBY=0
-               make %{PARALELLISMFLAGS}
+               make %{PARALLELISMFLAGS}
        end
 
        install
index 98a1ad38776af333c7daaa91c276c79747083670..aab24ffbf62271a2c9cd00c99c707ab1eec45582 100644 (file)
@@ -55,14 +55,14 @@ build
 
        install_cmds
                # Build / Install perl bindings.
-               make swig-pl-lib %{PARALELLISMFLAGS}
+               make swig-pl-lib %{PARALLELISMFLAGS}
                make install-swig-pl-lib DESTDIR=%{BUILDROOT}
 
                cd subversion/bindings/swig/perl/native
 
                # Doesn't allow OPTIMIZE="%{CFLAGS}".
                perl Makefile.PL INSTALLDIRS=vendor
-               make %{PARALELLISMFLAGS}
+               make %{PARALLELISMFLAGS}
                make pure_install PERL_INSTALL_ROOT=%{BUILDROOT}
        end
 end
index 3647cd76ca471001acfe3ecb1799305483b2252c..0ef8178613aa8277695e1fac019f87353372e7c2 100644 (file)
@@ -61,8 +61,8 @@ build
        build
                # Have to build it this way, else parts of the xen stubdom \
                # would get build too.
-               make dist-xen %{PARALELLISMFLAGS}
-               make dist-tools %{PARALELLISMFLAGS}
+               make dist-xen %{PARALLELISMFLAGS}
+               make dist-tools %{PARALLELISMFLAGS}
        end
 
        # Only install xen and tools
index b849bd4cdc7e69fb0310e3883db1660ba364437e..651453102a583436009820bbd11eff819e668628 100644 (file)
@@ -51,7 +51,7 @@ build
                                autoconf
                                ./configure %{configure_options}
 
-                               make %{PARALELLISMFLAGS}
+                               make %{PARALLELISMFLAGS}
                        fi
                done
        end
index 856df62e70fae8f9a6873af90a89f5445f0ca7ea..4639b26cdd56b799e365e23cc0da781af505222d 100644 (file)
@@ -94,7 +94,7 @@ build
                                cd ${dir}
                                ./configure %{configure_options}
 
-                               make %{PARALELLISMFLAGS}
+                               make %{PARALLELISMFLAGS}
                        fi
                done
        end
index 40dc3b9713381a1703bda653b1b78d67ceea9fdb..ec1eb9c2d4cf7a09948b0b14f3a38f1e66dcd1f3 100644 (file)
@@ -69,7 +69,7 @@ build
                        [ -e configure ] || ./autogen.sh
                        ./configure %{configure_options}
 
-                       make %{PARALELLISMFLAGS}
+                       make %{PARALLELISMFLAGS}
                done
        end
 
index c7d194e794eb4c8b6bb4ff88b87878f80fb4b2d1..2b5c14dd081daaa1272edda3d9caae7543aa4798 100644 (file)
@@ -50,7 +50,7 @@ build
                        rm -vf xkbparse.c # force regen
                        ./configure %{configure_options}
 
-                       make %{PARALELLISMFLAGS}
+                       make %{PARALLELISMFLAGS}
                done
        end