From 6c538d33ee948300fc1e9105169547b92ecac4ae Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Tue, 9 Aug 2005 00:25:18 +0000 Subject: [PATCH] remove stray -V option to grep so it actually works. 2005-08-08 Manish Singh * glib/abicheck.sh: remove stray -V option to grep so it actually works. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ glib/abicheck.sh | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4b405fa1..9e5efd1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-08 Manish Singh + + * glib/abicheck.sh: remove stray -V option to grep so it actually + works. + 2005-08-08 Matthias Clasen * tests/convert-test.c: Enable the endianness test. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4b405fa1..9e5efd1d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-08-08 Manish Singh + + * glib/abicheck.sh: remove stray -V option to grep so it actually + works. + 2005-08-08 Matthias Clasen * tests/convert-test.c: Enable the endianness test. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 4b405fa1..9e5efd1d 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-08-08 Manish Singh + + * glib/abicheck.sh: remove stray -V option to grep so it actually + works. + 2005-08-08 Matthias Clasen * tests/convert-test.c: Enable the endianness test. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 4b405fa1..9e5efd1d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-08-08 Manish Singh + + * glib/abicheck.sh: remove stray -V option to grep so it actually + works. + 2005-08-08 Matthias Clasen * tests/convert-test.c: Enable the endianness test. diff --git a/glib/abicheck.sh b/glib/abicheck.sh index 832c5256..9f522180 100755 --- a/glib/abicheck.sh +++ b/glib/abicheck.sh @@ -8,6 +8,6 @@ INCLUDES="$INCLUDES -include glibconfig.cpp" cpp -P -DINCLUDE_INTERNAL_SYMBOLS -DINCLUDE_VARIABLES -DG_STDIO_NO_WRAP_ON_UNIX -DALL_FILES $INCLUDES "${srcdir:-.}/glib.symbols" | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi rm glibconfig.cpp -nm -D .libs/libglib-2.0.so | grep -v " [BDTR] " | cut -d ' ' -f 3 | sort > actual-abi +nm -D .libs/libglib-2.0.so | grep " [BDTR] " | cut -d ' ' -f 3 | sort > actual-abi diff -u expected-abi actual-abi && rm expected-abi actual-abi -- 2.34.1