mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +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:
|
||||
$(call MESSAGE,"Configuring")
|
||||
$(Q)if test "$($(PKG)_AUTORECONF)" = "YES"; then \
|
||||
cd $(@D)/$($(PKG)_SUBDIR) && \
|
||||
$(AUTORECONF) ; \
|
||||
cd $(@D)/$($(PKG)_SUBDIR) && $(AUTORECONF); \
|
||||
fi
|
||||
cd $(@D)/$($(PKG)_SUBDIR) && \
|
||||
rm -f config.cache && \
|
||||
cd $(@D)/$($(PKG)_SUBDIR) && rm -f config.cache && \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(TARGET_CONFIGURE_ARGS) \
|
||||
$($(PKG)_CONF_ENV) \
|
||||
@ -377,4 +375,3 @@ endif
|
||||
endef
|
||||
|
||||
# :mode=makefile:
|
||||
|
||||
|
@ -53,4 +53,3 @@ vendor-dbg:
|
||||
@echo VENDOR_UCLIBC_RELEASE=$(BR2_VENDOR_UCLIBC_RELEASE)
|
||||
@echo VENDOR_GDB_RELEASE=$(BR2_VENDOR_GDB_RELEASE)
|
||||
@echo VENDOR_PATCH_DIR=$(BR2_VENDOR_PATCH_DIR)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user