Fix typos PARALELLISMFLAGS -> PARALLELISMFLAGS.

No rebuild needed.
This commit is contained in:
Michael Tremer 2012-10-21 22:36:23 +02:00
parent e5e215318b
commit 1429c8568c
9 changed files with 11 additions and 11 deletions

View File

@ -45,7 +45,7 @@ build
./configure \ ./configure \
%{configure_options} %{configure_options}
make %{PARALELLISMFLAGS} make %{PARALLELISMFLAGS}
end end
install_cmds install_cmds

View File

@ -26,7 +26,7 @@ build
build build
make clean make clean
make CFLAGS="%{CFLAGS}" %{PARALELLISMFLAGS} make CFLAGS="%{CFLAGS}" %{PARALLELISMFLAGS}
end end
# Install libraries to correct place. # Install libraries to correct place.

View File

@ -46,7 +46,7 @@ build
-DENABLE_PERL=0 \ -DENABLE_PERL=0 \
-DENABLE_PYTHON=0 \ -DENABLE_PYTHON=0 \
-DENABLE_RUBY=0 -DENABLE_RUBY=0
make %{PARALELLISMFLAGS} make %{PARALLELISMFLAGS}
end end
install install

View File

@ -55,14 +55,14 @@ build
install_cmds install_cmds
# Build / Install perl bindings. # Build / Install perl bindings.
make swig-pl-lib %{PARALELLISMFLAGS} make swig-pl-lib %{PARALLELISMFLAGS}
make install-swig-pl-lib DESTDIR=%{BUILDROOT} make install-swig-pl-lib DESTDIR=%{BUILDROOT}
cd subversion/bindings/swig/perl/native cd subversion/bindings/swig/perl/native
# Doesn't allow OPTIMIZE="%{CFLAGS}". # Doesn't allow OPTIMIZE="%{CFLAGS}".
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{PARALELLISMFLAGS} make %{PARALLELISMFLAGS}
make pure_install PERL_INSTALL_ROOT=%{BUILDROOT} make pure_install PERL_INSTALL_ROOT=%{BUILDROOT}
end end
end end

View File

@ -61,8 +61,8 @@ build
build build
# Have to build it this way, else parts of the xen stubdom \ # Have to build it this way, else parts of the xen stubdom \
# would get build too. # would get build too.
make dist-xen %{PARALELLISMFLAGS} make dist-xen %{PARALLELISMFLAGS}
make dist-tools %{PARALELLISMFLAGS} make dist-tools %{PARALLELISMFLAGS}
end end
# Only install xen and tools # Only install xen and tools

View File

@ -51,7 +51,7 @@ build
autoconf autoconf
./configure %{configure_options} ./configure %{configure_options}
make %{PARALELLISMFLAGS} make %{PARALLELISMFLAGS}
fi fi
done done
end end

View File

@ -94,7 +94,7 @@ build
cd ${dir} cd ${dir}
./configure %{configure_options} ./configure %{configure_options}
make %{PARALELLISMFLAGS} make %{PARALLELISMFLAGS}
fi fi
done done
end end

View File

@ -69,7 +69,7 @@ build
[ -e configure ] || ./autogen.sh [ -e configure ] || ./autogen.sh
./configure %{configure_options} ./configure %{configure_options}
make %{PARALELLISMFLAGS} make %{PARALLELISMFLAGS}
done done
end end

View File

@ -50,7 +50,7 @@ build
rm -vf xkbparse.c # force regen rm -vf xkbparse.c # force regen
./configure %{configure_options} ./configure %{configure_options}
make %{PARALELLISMFLAGS} make %{PARALLELISMFLAGS}
done done
end end