From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RQQP4-0002Mk-3B for garchives@archives.gentoo.org; Tue, 15 Nov 2011 21:18:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AF1E21C035; Tue, 15 Nov 2011 21:18:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C8EE221C035 for ; Tue, 15 Nov 2011 21:18:40 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12BFC1B401F for ; Tue, 15 Nov 2011 21:18:40 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id DB4B12004B; Tue, 15 Nov 2011 21:18:38 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/argus/files: argus-3.0.5-Makefile.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: argus-3.0.5-Makefile.patch X-VCS-Directories: net-analyzer/argus/files X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Message-Id: <20111115211838.DB4B12004B@flycatcher.gentoo.org> Date: Tue, 15 Nov 2011 21:18:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ccf5742e-b05e-42f5-bec3-258ffb995a62 X-Archives-Hash: 8ab2867824419620258120baba07d838 jer 11/11/15 21:18:38 Modified: argus-3.0.5-Makefile.patch Log: Remove redundant sed script. Tweak Makefile patch to actually die prope= rly. =20 (Portage version: 2.2.0_alpha74/cvs/Linux x86_64) Revision Changes Path 1.2 net-analyzer/argus/files/argus-3.0.5-Makefile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus= /files/argus-3.0.5-Makefile.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus= /files/argus-3.0.5-Makefile.patch?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus= /files/argus-3.0.5-Makefile.patch?r1=3D1.1&r2=3D1.2 Index: argus-3.0.5-Makefile.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/files/argus-3.0.5-Ma= kefile.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- argus-3.0.5-Makefile.patch 15 Nov 2011 20:43:45 -0000 1.1 +++ argus-3.0.5-Makefile.patch 15 Nov 2011 21:18:38 -0000 1.2 @@ -2,12 +2,19 @@ =20 --- a/Makefile.in +++ b/Makefile.in -@@ -55,7 +55,7 @@ +@@ -55,11 +55,11 @@ .PHONY: install installdirs all =20 all: force - @-for d in $(DIRS);\ + @for d in $(DIRS);\ do \ - (cd $$d; echo "### Making in" `pwd`;\ - $(MAKE) $(MFLAGS) ;\ +- (cd $$d; echo "### Making in" `pwd`;\ +- $(MAKE) $(MFLAGS) ;\ +- echo "### Done with" `pwd`);\ ++ echo "### Making in" $$d;\ ++ $(MAKE) -C $$d $(MFLAGS) || exit 1;\ ++ echo "### Done with" $$d;\ + done +=20 + install: force