Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makefile: fix the root path of OPENOCD_SCRIPT_ROOT #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wangnuannuan
Copy link
Contributor

fix issue #174

Copy link
Member

@abrodkin abrodkin left a comment

Choose a reason for hiding this comment

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

Could you please add more details in the commit message?
In particular:

  1. What is the problem you're trying to solve and how it gets manifested (I assume you were able to reproduce it yourself).
  2. What was the root cause of this? In that case It guess we're talking about regression introduced by some earlier change.
  3. What do you do with the fix, i.e. why do you do exactly what you implement but nothing else.

I did see a reference to the issue, but think of those who'll be looking at that commit in their local git repo, what kind of information will be available for them to really digest your nice fix?

The openocd scripts root directory gets calculated improperly,
OPENOCD_EXECUTABLE_ROOT is the 'bin' folder, it's in the same
parent dirextory as 'script', so we need use '..' to get the
parent directory first.

fix issue foss-for-synopsys-dwc-arc-processors#174

Signed-off-by: Jingru Wang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants