Kaydet (Commit) 13034c8e authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Revert "make partial_build work in separate builddir"

This reverts commit 207e370a.

This breaks the module build i.e. cd <module> && make.
üst eec63d5e
ifeq ($(gb_Side),) ifeq ($(gb_Side),)
gb_Side:=host gb_Side:=host
endif endif
ifeq (,$(BUILDDIR))
BUILDDIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))../..
endif
ifeq ($(SOLARENV),) ifeq ($(SOLARENV),)
include $(BUILDDIR)/config_$(gb_Side).mk include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))../../config_$(gb_Side).mk
endif endif
gb_PARTIAL_BUILD := T gb_PARTIAL_BUILD := T
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment