public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Agostino Sarubbo" <ago@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ago:master commit in: script/
Date: Mon, 14 Jan 2013 09:46:16 +0000 (UTC)	[thread overview]
Message-ID: <1358156757.ed87fb57207ab2a0a5cd2457f980becb8d96c962.ago@gentoo> (raw)

commit:     ed87fb57207ab2a0a5cd2457f980becb8d96c962
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 14 09:45:57 2013 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 14 09:45:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ago.git;a=commit;h=ed87fb57

add best_makeopts

---
 script/best_makeopts.sh |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/script/best_makeopts.sh b/script/best_makeopts.sh
new file mode 100755
index 0000000..58b070c
--- /dev/null
+++ b/script/best_makeopts.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+PACKAGE="kde-base/kdelibs"
+
+DISTDIR="/tmp/" emerge -f ${PACKAGE}
+
+for i in {1..10}
+do
+	echo 1 > /proc/sys/vm/drop_caches
+	time DISTDIR="/tmp" MAKEOPTS="-j${i}" emerge -q1OB ${PACKAGE}
+	echo -ne "\n\n\n"
+done


             reply	other threads:[~2013-01-14  9:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-14  9:46 Agostino Sarubbo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-13 14:49 [gentoo-commits] dev/ago:master commit in: script/ Agostino Sarubbo
2014-08-13 14:45 Agostino Sarubbo
2013-05-05  9:38 Agostino Sarubbo
2013-03-24 17:52 Agostino Sarubbo
2013-01-14 10:20 Agostino Sarubbo
2013-01-01 14:17 Agostino Sarubbo
2012-12-30 17:16 Agostino Sarubbo
2012-12-30 17:13 Agostino Sarubbo

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=1358156757.ed87fb57207ab2a0a5cd2457f980becb8d96c962.ago@gentoo \
    --to=ago@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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