- whitespace cleanup (Cristian Ionescu-Idbohrn)

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-30 12:46:02 +00:00
parent 28b852d9c3
commit 00b8456cd5
3 changed files with 42 additions and 46 deletions

View File

@ -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:

View File

@ -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)