From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ruby-scripts:master commit in: patchsets/patches-1.9.3_p392/
Date: Wed, 27 Feb 2013 07:29:37 +0000 (UTC) [thread overview]
Message-ID: <1361949823.7fe0d6472bcb82a6cc2776d53d3b9f5d63f0fdda.graaff@gentoo> (raw)
commit: 7fe0d6472bcb82a6cc2776d53d3b9f5d63f0fdda
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Feb 27 07:23:43 2013 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Feb 27 07:23:43 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=7fe0d647
Apply fix for parallel building bug by Diego.
---
.../010_mkmf-parallel-install.patch | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/patchsets/patches-1.9.3_p392/010_mkmf-parallel-install.patch b/patchsets/patches-1.9.3_p392/010_mkmf-parallel-install.patch
new file mode 100644
index 0000000..bb80635
--- /dev/null
+++ b/patchsets/patches-1.9.3_p392/010_mkmf-parallel-install.patch
@@ -0,0 +1,15 @@
+Index: ruby-1.9.3-p392/lib/mkmf.rb
+===================================================================
+--- ruby-1.9.3-p392.orig/lib/mkmf.rb
++++ ruby-1.9.3-p392/lib/mkmf.rb
+@@ -2039,8 +2039,8 @@ static: $(STATIC_LIB)#{$extout ? " insta
+ end
+ for f in files
+ dest = "#{dir}/#{File.basename(f)}"
+- mfile.print("install-rb#{sfx}: #{dest} #{dir}\n")
+- mfile.print("#{dest}: #{f}\n")
++ mfile.print("install-rb#{sfx}: #{dest}\n")
++ mfile.print("#{dest}: #{f} #{timestamp_file(dir)}\n")
+ mfile.print("\t$(Q) $(#{$extout ? 'COPY' : 'INSTALL_DATA'}) #{f} $(@D#{sep})\n")
+ if defined?($installed_list) and !$extout
+ mfile.print("\t@echo #{dest}>>$(INSTALLED_LIST)\n")
next reply other threads:[~2013-02-27 7:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-27 7:29 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-02-22 19:02 [gentoo-commits] proj/ruby-scripts:master commit in: patchsets/patches-1.9.3_p392/ Hans de Graaff
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=1361949823.7fe0d6472bcb82a6cc2776d53d3b9f5d63f0fdda.graaff@gentoo \
--to=graaff@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