On Wednesday 2010-02-24 11:37, Michal Marek wrote:
are available in the git repository at:
git://dev.medozas.de/suse-kernel master
Minor nitpic: please stick to one kernel-source.changes per commit, the changes you made are independent of each other (and according to git log you made them within one month timespan), so there is no need to stuff then into one entry.
specs: use %_smp_mflags
Hmm, this however completely ignores the --jobs parameter of the build script: $ rpm --define 'jobs 10' --eval '-j%jobs vs %_smp_mflags' -j10 vs -j2 This is a dual-core machine, but with icecream set up that has a plenty of idle hosts available. So until the rpm macro is updated to take %jobs into account or the build script is updated to also override %_smp_mflags, I'm not convinced by this change.
Changed accordingly now: The following changes since commit 854e9885f3f36a709209291908c7b93be26c2780: Michal Marek (1): - rpm/kabi.pl: Do not print harmless kabi changes by default. are available in the git repository at: git://dev.medozas.de/suse-kernel master Jan Engelhardt (4): misc: use proper tar options kernel-source: use more macros kernel-source: split devel files and full-source Add sparc64 configuration config.conf | 2 + config/sparc64/default | 4250 +++++++++++++++++++++++++++++++++++++++++++ doc/README.SUSE | 4 +- kernel-source.changes | 23 + rpm/compute-PATCHVERSION.sh | 2 +- rpm/group-source-files.sh | 33 + rpm/kernel-binary.spec.in | 18 +- rpm/kernel-docs.spec.in | 6 +- rpm/kernel-source.spec.in | 68 +- rpm/kernel-syms.spec.in | 4 +- rpm/source-postdevel.sh | 13 + scripts/tar-up.sh | 2 +- 12 files changed, 4404 insertions(+), 21 deletions(-) create mode 100644 config/sparc64/default create mode 100755 rpm/group-source-files.sh create mode 100755 rpm/source-postdevel.sh -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org