On 23.2.2010 21:55, Jan Engelhardt wrote:
On Thursday 2010-02-18 15:09, Jan Engelhardt wrote:
On Thursday 2010-02-18 14:31, Michal Marek wrote:
Thanks. I uploaded a kernel package with your changes to https://build.opensuse.org/project/show?project=home%3Amichal-m%3Akernel-spl... , which called for one minor fix (http://gitorious.org/~mmarek/opensuse/split-kernel-source/commit/a9016712). If it goes well otherwise, I'll push this to the main repo.
In the meantime a number of minor issues popped up while (re)building the kernel package over and over together with other packages of openSUSE, so I will want to prepare a new submission with those fixes included. Please await.
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
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.
Jan Engelhardt (5): misc: use proper tar options kernel-source: use more macros
OK.
kernel-source: split devel files and full-source
Why are you creating a separate /usr/src/linux-src directory? Is it not possible to continue installing everything into /usr/src/linux and just split the files between kernel-source and kernel-devel? People usually expect that the full kernel source is in /usr/src/linux.
Add sparc64 configuration
OK.
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. Thanks, Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org