mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
- whitespace cleanup (Cristian Ionescu-Idbohrn)
This commit is contained in:
parent
28b852d9c3
commit
00b8456cd5
@ -183,11 +183,9 @@ $(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 \
|
||||||
cd $(@D)/$($(PKG)_SUBDIR) && \
|
cd $(@D)/$($(PKG)_SUBDIR) && $(AUTORECONF); \
|
||||||
$(AUTORECONF) ; \
|
|
||||||
fi
|
fi
|
||||||
cd $(@D)/$($(PKG)_SUBDIR) && \
|
cd $(@D)/$($(PKG)_SUBDIR) && rm -f config.cache && \
|
||||||
rm -f config.cache && \
|
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(TARGET_CONFIGURE_ARGS) \
|
$(TARGET_CONFIGURE_ARGS) \
|
||||||
$($(PKG)_CONF_ENV) \
|
$($(PKG)_CONF_ENV) \
|
||||||
@ -377,4 +375,3 @@ endif
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
# :mode=makefile:
|
# :mode=makefile:
|
||||||
|
|
||||||
|
@ -53,4 +53,3 @@ vendor-dbg:
|
|||||||
@echo VENDOR_UCLIBC_RELEASE=$(BR2_VENDOR_UCLIBC_RELEASE)
|
@echo VENDOR_UCLIBC_RELEASE=$(BR2_VENDOR_UCLIBC_RELEASE)
|
||||||
@echo VENDOR_GDB_RELEASE=$(BR2_VENDOR_GDB_RELEASE)
|
@echo VENDOR_GDB_RELEASE=$(BR2_VENDOR_GDB_RELEASE)
|
||||||
@echo VENDOR_PATCH_DIR=$(BR2_VENDOR_PATCH_DIR)
|
@echo VENDOR_PATCH_DIR=$(BR2_VENDOR_PATCH_DIR)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user