On Thu, 28 Mar 2002, Olivier Thauvin wrote: > 4) The most important, I am rebuilding some plf package for ppc, but the make > failed if %make is invoked in spec file. The make directive work properly but > I think this is a bad optmisation flag but I can't help you for that. I have > just the message "fg, no job running".
rpm --eval %make should yield make [-j<numprocs>] If --eval %thing returns %thing, that's simply because rpm doesn't know about %thing. Please check /usr/lib/rpm/ppc-mandrake-linux/macros or /usr/lib/rpm/macros for %make definition. On x86 side, the %make macro is defined in /usr/lib/rpm/i586-mandrake-linux/macros Bye, Gwenole.
