Thanks for so many answer (also to Michal and Paul). The thing I wanted is straight forward: I got a 4 CPU server for serving webpages, packaging and other stuff. Packaging only consumes 1 CPU and the rest is nearly idle, so I wanted to know if packagin (rpmbuild -bb) could be faster. As I know now RPM does all in serial I know there's no way to speed it up. The make-options (-j..) are not relevant for my case. Thanks to all, best regards, Johannes rpm-list-bounces@xxxxxxxxxx wrote on 01.07.2004 19:08:32: > On Thu, 1 Jul 2004 johannes.grumboeck@xxxxxxxxxxxxx wrote: > > > > > > > > > Looks good for normal packaging but I only do "rpmbuild -bb" and so don't > > do "make". > > I want to run rpmbuild on more than one cpu. > > > I am not sure what that would buy you if you could. RPM seririally walks > through the build process and has no knowledge of what could be > parallelized. Make on the other hand does. Note the reason make macro > was mentioned is most specfiles in their %build script call make to build > the software, and many use rpm's make macro thus allowing you to do what > the person described. I might be missing something though. > > Cheers...james > > > _______________________________________________ > Rpm-list mailing list > Rpm-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/rpm-list _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list