public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/argus/files: argus-3.0.5-Makefile.patch
@ 2011-11-15 20:43 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-15 20:43 UTC (permalink / raw
  To: gentoo-commits

jer         11/11/15 20:43:45

  Added:                argus-3.0.5-Makefile.patch
  Log:
  Do not continue when a sub-make errors (bug #380953).
  
  (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  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=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/files/argus-3.0.5-Makefile.patch?rev=1.1&content-type=text/plain

Index: argus-3.0.5-Makefile.patch
===================================================================
Do not continue when a sub-make errors (bug #380953).

--- a/Makefile.in
+++ b/Makefile.in
@@ -55,7 +55,7 @@
 .PHONY: install installdirs all
 
 all: force
-	@-for d in $(DIRS);\
+	@for d in $(DIRS);\
 	do \
 		(cd $$d; echo "### Making in" `pwd`;\
 			$(MAKE) $(MFLAGS) ;\






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/argus/files: argus-3.0.5-Makefile.patch
@ 2011-11-15 21:18 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-15 21:18 UTC (permalink / raw
  To: gentoo-commits

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 properly.
  
  (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=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/files/argus-3.0.5-Makefile.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/files/argus-3.0.5-Makefile.patch?r1=1.1&r2=1.2

Index: argus-3.0.5-Makefile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/files/argus-3.0.5-Makefile.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 @@
 
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -55,7 +55,7 @@
+@@ -55,11 +55,11 @@
  .PHONY: install installdirs all
  
  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
+ 
+ install:  force






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-15 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 20:43 [gentoo-commits] gentoo-x86 commit in net-analyzer/argus/files: argus-3.0.5-Makefile.patch Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-15 21:18 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox