public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/blueness:master commit in: app-misc/binwalk/files/, app-misc/binwalk/
Date: Sun, 10 Jul 2011 18:56:42 +0000 (UTC)	[thread overview]
Message-ID: <3a06632cd16d3e43165dfffde2bd049345ec3d1d.blueness@gentoo> (raw)

commit:     3a06632cd16d3e43165dfffde2bd049345ec3d1d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 18:56:30 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 18:56:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=3a06632c

app-misc/binwalk: improved patch for parallel builds

---
 app-misc/binwalk/Manifest                      |   12 +-----------
 app-misc/binwalk/files/parallel-makerule.patch |   12 +++++-------
 2 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest
index 453f75b..068abda 100644
--- a/app-misc/binwalk/Manifest
+++ b/app-misc/binwalk/Manifest
@@ -1,15 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-AUX parallel-makerule.patch 442 RMD160 0143381646d67943b7647fd4ca06d783f4d898d1 SHA1 9bc48f373455c88c261b1b582f0380a062578b9b SHA256 25a1a07c8195f0434de0534094646d7210ea020aa515289b8ae923652be803b4
+AUX parallel-makerule.patch 372 RMD160 cd28bfbc20eef19542bbeee2ae857029b0801d8d SHA1 6c4e0bfc7225cb38d52c62caad5acd3b7aae5439 SHA256 91ea6baa079cb671ec21a79d5c3933520342af48ad3aa5da16a84373192e5c65
 DIST binwalk-0.3.7.tar.gz 664457 RMD160 1a95f40624b6b383f03af210f7305b055e25f2be SHA1 d74b795402c5e6b51c9320ac2ab5eee8bf0d09e3 SHA256 cd1dfc2c3a4af82e1a94310b13ebb30fedeb15e171441efdae27b63cc462a2f4
 EBUILD binwalk-0.3.7.ebuild 858 RMD160 54b0bdf8cceb3219f9f90e8b871850373f79db78 SHA1 8371f25c76c5a0ce084b597e257a3abde6fdd0dd SHA256 3c5e1b0e5d6f2d0d41ac91e1137effab8629180a77cc72472866f9282366d5c1
 MISC ChangeLog 331 RMD160 5ee3fb51cade0a485062f9fd4c637a55782b679a SHA1 5a83e412d08a50fa79132a6a11c7d77818a1881c SHA256 ab1c792c8a36203351080a41c4debfff929a559aea0f35766a243b70490b3a94
 MISC metadata.xml 599 RMD160 df8ff27e5e8b3c1f810bed42276849c866c77bf5 SHA1 1bda5608285b8482f17d63c7fdc880979b9c1ef3 SHA256 d0d1c27e3cf9e876d67e09eb9148eb1fbc156e417474c8ca523f2275db50cb3a
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iEYEAREIAAYFAk4Z6GkACgkQl5yvQNBFVTV0MACeKlgufIAYKvEF9CQ9pD5nrrwa
-DwMAn31LA8d/8Jq6DaRMatiOuxZUzag5
-=WAI1
------END PGP SIGNATURE-----

diff --git a/app-misc/binwalk/files/parallel-makerule.patch b/app-misc/binwalk/files/parallel-makerule.patch
index b1beb80..7d32f3b 100644
--- a/app-misc/binwalk/files/parallel-makerule.patch
+++ b/app-misc/binwalk/files/parallel-makerule.patch
@@ -1,13 +1,11 @@
---- Makefile.in.orig	2011-07-10 13:34:44.000000000 -0400
-+++ Makefile.in	2011-07-10 13:35:01.000000000 -0400
-@@ -15,8 +15,8 @@
+--- Makefile.in.orig	2011-07-10 14:54:23.000000000 -0400
++++ Makefile.in	2011-07-10 14:54:32.000000000 -0400
+@@ -15,7 +15,7 @@
  	$(CC) $(CFLAGS) -DMAGIC='"$(MAGICPATH).binwalk"' -DMAGIC_ALT='"$(MAGICPATH).bincast"' binwalk.c -o binwalk *.o $(LDFLAGS)
  
  file:
 -	(cd $(FILE)/src && make)
--	(cp $(FILE)/src/*.o . && rm -f file.o)
-+	+(cd $(FILE)/src && make)
-+	+(cp $(FILE)/src/*.o . && rm -f file.o)
++	(cd $(FILE)/src && $(MAKE))
+ 	(cp $(FILE)/src/*.o . && rm -f file.o)
  	
  common.o:
- 	$(CC) $(CFLAGS) -c common.c



             reply	other threads:[~2011-07-10 18:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-10 18:56 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-23 11:32 [gentoo-commits] dev/blueness:master commit in: app-misc/binwalk/files/, app-misc/binwalk/ Anthony G. Basile

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=3a06632cd16d3e43165dfffde2bd049345ec3d1d.blueness@gentoo \
    --to=blueness@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