From: Greg Edwards <edwardsg@sgi.com>
To: kai@germaschewski.name, sam@ravnborg.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] utilize all cpus when building an rpm
Date: Thu, 29 Jul 2004 13:31:20 -0500 [thread overview]
Message-ID: <20040729183120.GC15920@sgi.com> (raw)
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"
reply other threads:[~2004-07-29 18:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040729183120.GC15920@sgi.com \
--to=edwardsg@sgi.com \
--cc=kai@germaschewski.name \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox