From d901577ffcc9ab1c85938328e29980d4265551e2 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 21 Mar 2021 21:35:00 -0700 Subject: [PATCH] Revert "meson: reconfigure on incremental builds" This reverts commit f1c40e3840f6f51b3cf6a74331bd128eeb8b3961. Signed-off-by: Rosen Penev --- devel/meson/meson.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/devel/meson/meson.mk b/devel/meson/meson.mk index 6ae9c8da2..ac74bd5bf 100644 --- a/devel/meson/meson.mk +++ b/devel/meson/meson.mk @@ -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 \