chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] sed_quote_subst for CFLAGS with commas


From: Burton Samograd
Subject: [Chicken-users] sed_quote_subst for CFLAGS with commas
Date: Mon, 22 May 2006 12:19:48 -0600
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Hi,

I'm building chicken and found a slight problem with the Makefile.
The variable sed_quote_subst didn't handle my CFLAGS properly, since
I'm using the -mfpmath=sse,387 option.  I fixed it by changing the
variable to include a comma:

Makefile: line 1628 after rule csc.scm: csc.scm.in

        sed_quote_subst='s/\([\\`\\"$\\\\]\),/\\\1/g' ; \
                                            ^-- changed here
                                            
I think it's an auto generated makefile, and I don't have the time to
find out how to properly fix it right now, but I thought this would
help.

-- 
burton samograd                                 kruhft .at. gmail
kruhft.blogspot.com     www.myspace.com/kruhft  metashell.blogspot.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]