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

examples/gnrc_border_router: remove never defined USE_SLIP variable #13690

Merged
merged 1 commit into from
Mar 23, 2020

Conversation

janosbrodbeck
Copy link
Member

@janosbrodbeck janosbrodbeck commented Mar 23, 2020

Contribution description

PR #13545 removed the definition of the variable USE_SLIP completely but it is still needed currently. If UPLINK=slip is set 'make term' throws

make: *** No rule to make target 'sliptty', needed by 'term'. Stop.

This pull request just removes the ifeq(1, $(USE_SLIP)) and changes it to UPLINK comparison.

Testing procedure

Go on upstream and try: make -C examples/gnrc_border_router term UPLINK=slip
The above mentioned error should occur.
Try it again with this PR - now it should work.

Issues/PRs references

@benpicco benpicco requested a review from miri64 March 23, 2020 16:58
@benpicco benpicco added Area: build system Area: Build system Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Mar 23, 2020
Copy link
Contributor

@benpicco benpicco left a comment

Choose a reason for hiding this comment

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

Oops, missed that one.
Thank you for the patch!

@benpicco benpicco merged commit d91f5bf into RIOT-OS:master Mar 23, 2020
@leandrolanzieri leandrolanzieri added the Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer label Mar 26, 2020
@leandrolanzieri leandrolanzieri added this to the Release 2020.04 milestone Mar 26, 2020
@janosbrodbeck janosbrodbeck deleted the fix/br_undef_use_slip branch May 25, 2020 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: build system Area: Build system CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants