mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
remove stray -V option to grep so it actually works.
2005-08-08 Manish Singh <yosh@gimp.org> * glib/abicheck.sh: remove stray -V option to grep so it actually works.
This commit is contained in:
parent
717f3d4abb
commit
6c538d33ee
@ -1,3 +1,8 @@
|
|||||||
|
2005-08-08 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/abicheck.sh: remove stray -V option to grep so it actually
|
||||||
|
works.
|
||||||
|
|
||||||
2005-08-08 Matthias Clasen <mclasen@redhat.com>
|
2005-08-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/convert-test.c: Enable the endianness test.
|
* tests/convert-test.c: Enable the endianness test.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-08-08 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/abicheck.sh: remove stray -V option to grep so it actually
|
||||||
|
works.
|
||||||
|
|
||||||
2005-08-08 Matthias Clasen <mclasen@redhat.com>
|
2005-08-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/convert-test.c: Enable the endianness test.
|
* tests/convert-test.c: Enable the endianness test.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-08-08 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/abicheck.sh: remove stray -V option to grep so it actually
|
||||||
|
works.
|
||||||
|
|
||||||
2005-08-08 Matthias Clasen <mclasen@redhat.com>
|
2005-08-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/convert-test.c: Enable the endianness test.
|
* tests/convert-test.c: Enable the endianness test.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-08-08 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/abicheck.sh: remove stray -V option to grep so it actually
|
||||||
|
works.
|
||||||
|
|
||||||
2005-08-08 Matthias Clasen <mclasen@redhat.com>
|
2005-08-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/convert-test.c: Enable the endianness test.
|
* tests/convert-test.c: Enable the endianness test.
|
||||||
|
@ -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
|
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
|
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
|
diff -u expected-abi actual-abi && rm expected-abi actual-abi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user