From: Rico Tzschichholz Date: Wed, 26 Sep 2018 07:48:11 +0000 (+0200) Subject: build: Unconditionally add conditional VALAFLAGS to make bootstrap X-Git-Tag: 0.42.3~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9adb80c9927753cda85cfce8667471a332e1f1d9;p=thirdparty%2Fvala.git build: Unconditionally add conditional VALAFLAGS to make bootstrap This avoids another configure pass after an initial build with an older valac <= 0.39.5.8. See https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/44 --- diff --git a/Makefile.am b/Makefile.am index 508c6618f..88bef90ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,8 @@ libvala@PACKAGE_SUFFIX@.pc: libvala.pc .PHONY: bootstrap bootstrap: all find $(top_srcdir) -name "*.vala.stamp" | xargs rm -f - $(MAKE) $(AM_MAKEFLAGS) all VALAC=$(abs_top_builddir)/compiler/valac$(EXEEXT) V=$V + $(MAKE) $(AM_MAKEFLAGS) all VALAC=$(abs_top_builddir)/compiler/valac$(EXEEXT) V=$V \ + VALAFLAGS="$(VALAFLAGS) --hide-internal --abi-stability" .PHONY: test test: