* [PATCH] utilize all cpus when building an rpm
@ 2004-07-29 18:31 Greg Edwards
0 siblings, 0 replies; only message in thread
From: Greg Edwards @ 2004-07-29 18:31 UTC (permalink / raw)
To: kai, sam; +Cc: linux-kernel
Utilize all processors on the system when building an rpm.
Signed-off-by: Greg Edwards <edwardsg@sgi.com>
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/07/29 13:15:17-05:00 edwardsg@attica.americas.sgi.com
# Utilize all processors on the system when building an rpm.
#
# scripts/package/mkspec
# 2004/07/29 13:15:08-05:00 edwardsg@attica.americas.sgi.com +1 -1
# Add %{?_smp_mflags} rpm macro to make command line to utilize the
# number of processors on the system.
#
diff -Nru a/scripts/package/mkspec b/scripts/package/mkspec
--- a/scripts/package/mkspec 2004-07-29 13:27:57 -05:00
+++ b/scripts/package/mkspec 2004-07-29 13:27:57 -05:00
@@ -40,7 +40,7 @@
echo "%setup -q"
echo ""
echo "%build"
-echo "make clean && make"
+echo "make clean && make %{?_smp_mflags}"
echo ""
echo "%install"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-29 18:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-29 18:31 [PATCH] utilize all cpus when building an rpm Greg Edwards
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.