mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 18:07:43 +00:00
- don't print the second time autoreconf would be run
This commit is contained in:
parent
6be775f892
commit
95d1a70286
@ -176,7 +176,6 @@ $(BUILD_DIR)/%/.stamp_autoconfigured:
|
|||||||
$(BUILD_DIR)/%/.stamp_configured:
|
$(BUILD_DIR)/%/.stamp_configured:
|
||||||
$(call MESSAGE,"Configuring")
|
$(call MESSAGE,"Configuring")
|
||||||
$(Q)if test "$($(PKG)_AUTORECONF)" = "YES" ; then \
|
$(Q)if test "$($(PKG)_AUTORECONF)" = "YES" ; then \
|
||||||
$(call MESSAGE,"Running autoreconf")
|
|
||||||
cd $(@D)/$($(PKG)_SUBDIR) && \
|
cd $(@D)/$($(PKG)_SUBDIR) && \
|
||||||
$(AUTORECONF) ; \
|
$(AUTORECONF) ; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user