public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/e2fsprogs-libs/files: e2fsprogs-libs-1.41.1-subs.patch
@ 2008-09-01 22:29 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-09-01 22:29 UTC (permalink / raw
  To: gentoo-commits

vapier      08/09/01 22:29:46

  Added:                e2fsprogs-libs-1.41.1-subs.patch
  Log:
  Version bump.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)

Revision  Changes    Path
1.1                  sys-libs/e2fsprogs-libs/files/e2fsprogs-libs-1.41.1-subs.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/e2fsprogs-libs/files/e2fsprogs-libs-1.41.1-subs.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/e2fsprogs-libs/files/e2fsprogs-libs-1.41.1-subs.patch?rev=1.1&content-type=text/plain

Index: e2fsprogs-libs-1.41.1-subs.patch
===================================================================
http://sourceforge.net/tracker/index.php?func=detail&aid=2087502&group_id=2406&atid=102406

--- Makefile.in
+++ Makefile.in
@@ -26,9 +240,9 @@
 	$(MAKE) docs
 
 subs:
-	@for i in $(SUBS) ; do if test -d `dirname $$i` ; then $(MAKE) $$i ; fi ; done
-	@(test -d lib/et && cd lib/et && $(MAKE) compile_et)
-	@(test -d lib/ext2fs && cd lib/ext2fs && $(MAKE) ext2_err.h)
+	for i in $(SUBS) ; do if test -d `dirname $$i` ; then $(MAKE) $$i || exit $$? ; fi ; done
+	if test -d lib/et ; then cd lib/et && $(MAKE) compile_et ; fi
+	if test -d lib/ext2fs ; then cd lib/ext2fs && $(MAKE) ext2_err.h ; fi
 
 progs: subs all-progs-recursive
 libs: subs all-libs-recursive






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-01 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-01 22:29 [gentoo-commits] gentoo-x86 commit in sys-libs/e2fsprogs-libs/files: e2fsprogs-libs-1.41.1-subs.patch Mike Frysinger (vapier)

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