Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Mike Frysinger (vapier)" <vapier@g.o>
Subject: gentoo-x86 commit in sys-libs/readline/files: readline-5.2-no-ignore-shlib-errors.patch
Date: Tue, 08 Apr 2008 21:43:07 +0000
vapier      08/04/08 21:43:07

  Added:                readline-5.2-no-ignore-shlib-errors.patch
  Log:
  Dont ignore errors in the shlib subdir #216952 by Markus Ullmann.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.1                  sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch?rev=1.1&content-type=text/plain

Index: readline-5.2-no-ignore-shlib-errors.patch
===================================================================
dont ignore errors in the shlib subdir

http://bugs.gentoo.org/216952

--- Makefile.in
+++ Makefile.in
@@ -194,7 +194,7 @@
 
 shared:	force
 	-test -d shlib || mkdir shlib
-	-( cd shlib ; ${MAKE} ${MFLAGS} all )
+	( cd shlib ; ${MAKE} ${MFLAGS} all )
 
 documentation: force
 	-test -d doc || mkdir doc
@@ -238,7 +238,7 @@
 	-( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )
 
 install-shared: installdirs install-headers shared install-doc
-	-( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
+	( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
 	
 uninstall-shared: maybe-uninstall-headers
 	-( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in sci-libs/mkl: mkl-10.0.2.018.ebuild ChangeLog
Next by thread:
gentoo-x86 commit in dev-ml/ocaml-make: ChangeLog ocaml-make-5.04.0.ebuild ocaml-make-6.24.8.ebuild
Previous by date:
gentoo-x86 commit in sys-libs/readline: readline-5.2_p7.ebuild
Next by date:
gentoo-x86 commit in sys-libs/readline: ChangeLog readline-5.2_p12-r1.ebuild


Updated Feb 11, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.