Mercurial > audlegacy-plugins
diff ChangeLog @ 89:bb090afdc868 trunk
[svn] - some fixes via alxorlov on the forums
author | nenolod |
---|---|
date | Thu, 12 Oct 2006 05:04:58 -0700 |
parents | 80a28e538008 |
children | 77e8e032601b |
line wrap: on
line diff
--- a/ChangeLog Sat Oct 07 13:34:06 2006 -0700 +++ b/ChangeLog Thu Oct 12 05:04:58 2006 -0700 @@ -1,3 +1,17 @@ +2006-10-07 20:34:06 +0000 Jonathan Schleifer <js@h3c.de> + revision [176] + - Replace ?= at CFLAGS, CPPFLAGS and CXXFLAGS with += + - Replace ?= at CC, CPP and CXX with = + + The reason for this is that on some systems CC, CFLAGS, CPP, CPPFLAGS, + CXX and CXXFLAGS are set by default and therefore are already set at + this step so that it can happen that the wrong variables are used (or + the ones from the configure script are ignored). + + trunk/mk/rules.mk.in | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + + 2006-10-06 17:51:55 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [174] - mtime=-1 has been introduced to represent "uninitialized".