About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
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
Updated Feb 11, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.