[glib] build: Ensure glibconfig.h.win32 is in DISTCLEANFILES
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] build: Ensure glibconfig.h.win32 is in DISTCLEANFILES
- Date: Thu, 25 Jun 2015 09:43:06 +0000 (UTC)
commit 409202c1fd6552d4f655ffed3bcc649f30a7dcdb
Author: Philip Withnall <philip withnall collabora co uk>
Date: Tue Apr 8 09:12:24 2014 +0100
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
glib/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/glib/Makefile.am b/glib/Makefile.am
index 9c728f8..c46a24d 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -9,13 +9,15 @@ include $(top_srcdir)/glib.mk
# 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).
#
-DISTCLEANFILES += glibconfig-stamp glibconfig.h
+DISTCLEANFILES += glibconfig-stamp glibconfig.h glibconfig.h.win32
BUILT_SOURCES += glibconfig-stamp
configexecincludedir = $(libdir)/glib-2.0/include
nodist_configexecinclude_HEADERS = glibconfig.h
glibconfig-stamp: ../config.status
$(AM_V_GEN) cd $(top_builddir) && \
$(SHELL) ./config.status glib/glibconfig.h
+ $(AM_V_GEN) cd $(top_builddir) && \
+ $(SHELL) ./config.status glib/glibconfig.h.win32
@touch glibconfig-stamp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]