[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Put CPPFLAGS in SWIG_PY_COMPILE and friends

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-08-16 02:54:45 CEST

On Fri, 2003-08-15 at 20:03, Eric Gillespie wrote:
> +SWIG_PY_COMPILE = @SWIG_PY_COMPILE@ $(CPPFLAGS)
> +SWIG_JAVA_COMPILE = $(CC) -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC $(CPPFLAGS)
> +SWIG_PL_COMPILE = @SWIG_PL_COMPILE@ $(CPPFLAGS)

I'm not sure I understand the spirit of the change; passing C
preprocessor flags to Python, Java, or Perl compile commands seems
strange. And the first and third changes don't seem appropriate;
changing "FOO = @FOO@" to "FOO = @FOO@ otherstuff" is hackish.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 16 02:55:39 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.