< prev index next >

make/InitSupport.gmk

Print this page

        

*** 329,339 **** # Define basic logging setup BUILD_LOG := $(OUTPUT_ROOT)/build.log BUILD_TRACE_LOG := $(OUTPUT_ROOT)/build-trace-time.log ! BUILD_LOG_PIPE := > >($(TEE) -a $(BUILD_LOG)) 2> >($(TEE) -a $(BUILD_LOG) >&2) # Sanity check the spec file, so it matches this source code define CheckSpecSanity ifneq ($$(ACTUAL_TOPDIR), $$(TOPDIR)) ifneq ($$(ACTUAL_TOPDIR), $$(ORIGINAL_TOPDIR)) --- 329,339 ---- # Define basic logging setup BUILD_LOG := $(OUTPUT_ROOT)/build.log BUILD_TRACE_LOG := $(OUTPUT_ROOT)/build-trace-time.log ! BUILD_LOG_PIPE := > >($(TEE) -a $(BUILD_LOG)) 2> >($(TEE) -a $(BUILD_LOG) >&2) && wait # Sanity check the spec file, so it matches this source code define CheckSpecSanity ifneq ($$(ACTUAL_TOPDIR), $$(TOPDIR)) ifneq ($$(ACTUAL_TOPDIR), $$(ORIGINAL_TOPDIR))
< prev index next >