mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
- if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped
This commit is contained in:
parent
95d1a70286
commit
59390db4a6
@ -310,7 +310,8 @@ else
|
||||
$(1)-install-staging:
|
||||
endif
|
||||
|
||||
$(1)-build: $(1)-configure $$($(2)_TARGET_BUILD) \
|
||||
$(1)-build: $(if $$($(2)_SKIP_CONFIGURE),$(1)-patch,$(1)-configure)\
|
||||
$$($(2)_TARGET_BUILD) \
|
||||
$$($(2)_HOOK_POST_BUILD)
|
||||
|
||||
$(1)-configure: $(1)-autoreconf $$($(2)_TARGET_CONFIGURE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user