Revert "meson: reconfigure on incremental builds"
authorRosen Penev <rosenp@gmail.com>
Mon, 22 Mar 2021 04:35:00 +0000 (21:35 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 22 Mar 2021 18:45:58 +0000 (11:45 -0700)
This reverts commit f1c40e3840f6f51b3cf6a74331bd128eeb8b3961.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
devel/meson/meson.mk

index 6ae9c8da230464553b801a8c39cb7bca54587628..ac74bd5bf50263a33b36794c27d192886b70001f 100644 (file)
@@ -97,7 +97,6 @@ endef
 define Host/Configure/Meson
        $(call Meson/CreateNativeFile,$(HOST_BUILD_DIR)/openwrt-native.txt)
        $(call Meson, \
-               setup $(if $(wildcard $(MESON_HOST_BUILD_DIR)/meson-*),--reconfigure,) \
                --native-file $(HOST_BUILD_DIR)/openwrt-native.txt \
                $(MESON_HOST_ARGS) \
                $(MESON_HOST_BUILD_DIR) \
@@ -121,7 +120,6 @@ define Build/Configure/Meson
        $(call Meson/CreateNativeFile,$(PKG_BUILD_DIR)/openwrt-native.txt)
        $(call Meson/CreateCrossFile,$(PKG_BUILD_DIR)/openwrt-cross.txt)
        $(call Meson, \
-               setup $(if $(wildcard $(MESON_BUILD_DIR)/meson-*),--reconfigure,) \
                --buildtype plain \
                --native-file $(PKG_BUILD_DIR)/openwrt-native.txt \
                --cross-file $(PKG_BUILD_DIR)/openwrt-cross.txt \