public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rich Mattes <richmattes@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Only call make once, and use smp mflags
Date: Thu, 25 Jun 2026 05:49:17 GMT	[thread overview]
Message-ID: <178236655769.1.14876599971902993523.rpms-pcl-35387c28fe0d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 35387c28fe0d50cfe0ec6640fca8d824df1bb59f
Author : Rich Mattes <richmattes@gmail.com>
Date   : 2013-08-27T20:41:17-04:00
Stats  : +1/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/35387c28fe0d50cfe0ec6640fca8d824df1bb59f?branch=f44

Log:
Only call make once, and use smp mflags

---
diff --git a/pcl.spec b/pcl.spec
index 334a51d..08da329 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -105,9 +105,7 @@ pushd build
   ..
 
 # Don't use mflags, we're hitting out of memory errors on the koji builders
-make 
-make -j 4
-#%{?_smp_mflags}
+make %{?_smp_mflags}
 make doc
 popd
 

                 reply	other threads:[~2026-06-25  5:49 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=178236655769.1.14876599971902993523.rpms-pcl-35387c28fe0d@fedoraproject.org \
    --to=richmattes@gmail.com \
    --cc=git-commits@fedoraproject.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