mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Fix copy-and-paste leftovers
svn path=/trunk/; revision=5981
This commit is contained in:
parent
4c5c339b89
commit
af101f1c9f
@ -1,3 +1,8 @@
|
|||||||
|
2007-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
* abicheck.sh: Fix copy-and-paste leftovers
|
||||||
|
|
||||||
2007-11-28 Matthias Clasen <mclasen@redhat.com>
|
2007-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gfile.h: Add G_FILE_COPY_FLAGS_NONE for consistency.
|
* gfile.h: Add G_FILE_COPY_FLAGS_NONE for consistency.
|
||||||
|
@ -9,7 +9,7 @@ SUBDIRS += xdgmime
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
gio.def: gio.symbols
|
gio.def: gio.symbols
|
||||||
(echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g' | sort) > gobject.def
|
(echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/gio.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g' | sort) > gio.def
|
||||||
|
|
||||||
gioalias.h: gio.symbols
|
gioalias.h: gio.symbols
|
||||||
$(PERL) $(srcdir)/makegioalias.pl < $(srcdir)/gio.symbols > gioalias.h
|
$(PERL) $(srcdir)/makegioalias.pl < $(srcdir)/gio.symbols > gioalias.h
|
||||||
|
@ -5,7 +5,7 @@ egrep '^#([^i]|if).*[^\]$' "${top_builddir:-..}/glibconfig.h" > glibconfig.cpp
|
|||||||
INCLUDES="-include ${top_builddir:-..}/config.h"
|
INCLUDES="-include ${top_builddir:-..}/config.h"
|
||||||
INCLUDES="$INCLUDES -include glibconfig.cpp"
|
INCLUDES="$INCLUDES -include glibconfig.cpp"
|
||||||
|
|
||||||
cpp -DINCLUDE_VARIABLES -P $INCLUDES -DALL_FILES ${srcdir:-.}/gobject.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
|
cpp -DINCLUDE_VARIABLES -P $INCLUDES -DALL_FILES ${srcdir:-.}/gio.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
|
||||||
rm glibconfig.cpp
|
rm glibconfig.cpp
|
||||||
|
|
||||||
nm -D -g --defined-only .libs/libgio-2.0.so | cut -d ' ' -f 3 | sort > actual-abi
|
nm -D -g --defined-only .libs/libgio-2.0.so | cut -d ' ' -f 3 | sort > actual-abi
|
||||||
|
Loading…
Reference in New Issue
Block a user