This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Fixup more relative directories when building --enable-debug


On Tue, Jan 07, 2003 at 01:49:50PM -0800, Nathan Myers wrote:
> Why even a pipe?  Also, the "g" modifiers seem inappropriate.
> 
>    sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
>        -e 's/all-local: build_debug/all-local:/'  \
>        -e 's/install-data-local: install_debug/install-data-local:/' \
>        < Makefile > temp.1 && 
>          mv temp.1 Makefile \
>    ) \

I know it's only tiny, but here are my changes with Nathan's
incantations taken into account (attached).  Tested here ok.

-- 
------------------------------------------------------------------
Brad Spencer - spencer@infointeractive.com - "It's quite nice..."
Systems Architect | InfoInterActive Corp. | A Canadian AOL Company

Attachment: foo
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]