Merge mysql.com:/home/jwinstead2/mysql-4.1-6964
into mysql.com:/home/jwinstead2/mysql-4.1-clean
This commit is contained in:
commit
4149e1116a
@ -100,7 +100,9 @@ for remove in DDBUG_OFF DSAFEMALLOC USAFEMALLOC DSAFE_MUTEX \
|
|||||||
DPEDANTIC_SAFEMALLOC DUNIV_MUST_NOT_INLINE DFORCE_INIT_OF_VARS \
|
DPEDANTIC_SAFEMALLOC DUNIV_MUST_NOT_INLINE DFORCE_INIT_OF_VARS \
|
||||||
DEXTRA_DEBUG DHAVE_purify 'O[0-9]' 'W[-A-Za-z]*'
|
DEXTRA_DEBUG DHAVE_purify 'O[0-9]' 'W[-A-Za-z]*'
|
||||||
do
|
do
|
||||||
cflags=`echo "$cflags"|sed -e "s/-$remove *//g"`
|
# The first option we might strip will always have a space before it because
|
||||||
|
# we set -I$pkgincludedir as the first option
|
||||||
|
cflags=`echo "$cflags"|sed -e "s/ -$remove */ /g"`
|
||||||
done
|
done
|
||||||
cflags=`echo "$cflags"|sed -e 's/ *\$//'`
|
cflags=`echo "$cflags"|sed -e 's/ *\$//'`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user