mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
Distcheck fixes
Accidentally committed debug leftover.
This commit is contained in:
parent
c40199b450
commit
1aa348c14c
@ -10,4 +10,4 @@ rm glibconfig.cpp
|
|||||||
|
|
||||||
nm -D -g --defined-only .libs/libgio-2.0.so | cut -d ' ' -f 3 | egrep -v '^(__bss_start|_edata|_end)' | sort > actual-abi
|
nm -D -g --defined-only .libs/libgio-2.0.so | cut -d ' ' -f 3 | egrep -v '^(__bss_start|_edata|_end)' | 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…
Reference in New Issue
Block a user