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_options}
make %{PARALELLISMFLAGS}
make %{PARALLELISMFLAGS}
end
install_cmds

View File

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

View File

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

View 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

View 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

View File

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

View File

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

View File

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

View File

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