Skip to content

Do not use the foldername 'build' direct in the make file sources or targets#503

Open
de-wolff wants to merge 1 commit into
jeelabs:masterfrom
de-wolff:correct_makefile
Open

Do not use the foldername 'build' direct in the make file sources or targets#503
de-wolff wants to merge 1 commit into
jeelabs:masterfrom
de-wolff:correct_makefile

Conversation

@de-wolff
Copy link
Copy Markdown

At this moment, when starting make with a different build folder (eg make BUILD_BASE other) this will result in an error.
This commit will correct this.

Comment thread Makefile
LD_SCRIPT2 := build/eagle.esphttpd2.v6.ld
LD_SCRIPT := $(BUILD_BASE)/eagle.esphttpd.v6.ld
LD_SCRIPT1 := $(BUILD_BASE)/eagle.esphttpd1.v6.ld
LD_SCRIPT2 := $(BUILD_BASE)/eagle.esphttpd2.v6.ld
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plus explicity add line
BUILD_BASE ?= build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants