mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
host build: do not hide the configure command
SVN-Revision: 17716
This commit is contained in:
parent
920ff49232
commit
7de1e0f116
@ -54,7 +54,7 @@ HOST_CONFIGURE_ARGS = \
|
||||
HOST_CONFIGURE_CMD = ./configure
|
||||
|
||||
define Host/Configure/Default
|
||||
@(cd $(HOST_BUILD_DIR)/$(3); \
|
||||
(cd $(HOST_BUILD_DIR)/$(3); \
|
||||
if [ -x configure ]; then \
|
||||
$(CP) $(SCRIPT_DIR)/config.{guess,sub} $(HOST_BUILD_DIR)/$(3)/ && \
|
||||
$(2) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user