Revert "meson: reconfigure on incremental builds"
This reverts commit f1c40e3840
.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
070903fbc2
commit
d901577ffc
1 changed files with 0 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue