mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-23 10:49:02 +01:00
build: Ensure glibconfig.h.win32 is in DISTCLEANFILES
Otherwise it’s possible for it to not be regenerated when glibconfig.h is, leading to inconsistencies. https://bugzilla.gnome.org/show_bug.cgi?id=727829
This commit is contained in:
@@ -9,13 +9,15 @@ include $(top_srcdir)/glib.mk
|
|||||||
# to config.status will not result in changes to glibconfig.h so we
|
# to config.status will not result in changes to glibconfig.h so we
|
||||||
# avoid touching its timestamp (in order not to rebuild the whole tree).
|
# avoid touching its timestamp (in order not to rebuild the whole tree).
|
||||||
#
|
#
|
||||||
DISTCLEANFILES += glibconfig-stamp glibconfig.h
|
DISTCLEANFILES += glibconfig-stamp glibconfig.h glibconfig.h.win32
|
||||||
BUILT_SOURCES += glibconfig-stamp
|
BUILT_SOURCES += glibconfig-stamp
|
||||||
configexecincludedir = $(libdir)/glib-2.0/include
|
configexecincludedir = $(libdir)/glib-2.0/include
|
||||||
nodist_configexecinclude_HEADERS = glibconfig.h
|
nodist_configexecinclude_HEADERS = glibconfig.h
|
||||||
glibconfig-stamp: ../config.status
|
glibconfig-stamp: ../config.status
|
||||||
$(AM_V_GEN) cd $(top_builddir) && \
|
$(AM_V_GEN) cd $(top_builddir) && \
|
||||||
$(SHELL) ./config.status glib/glibconfig.h
|
$(SHELL) ./config.status glib/glibconfig.h
|
||||||
|
$(AM_V_GEN) cd $(top_builddir) && \
|
||||||
|
$(SHELL) ./config.status glib/glibconfig.h.win32
|
||||||
@touch glibconfig-stamp
|
@touch glibconfig-stamp
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user