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: use make builtin rather than shell #700

Merged
merged 1 commit into from
Jun 23, 2017

Conversation

vbatts
Copy link
Member

@vbatts vbatts commented Jun 22, 2017

Since READLINK(1) varies across platforms, namely darwin version does
not have the -f flag, then don't rely on the shell. Especially since
gnu make already has this as a builtin function.

Signed-off-by: Vincent Batts [email protected]

Since READLINK(1) varies across platforms, namely darwin version does
not have the `-f` flag, then don't rely on the shell. Especially since
gnu make already has this as a builtin function.

Signed-off-by: Vincent Batts <[email protected]>
@philips
Copy link
Contributor

philips commented Jun 23, 2017

LGTM

Approved with PullApprove

@vbatts vbatts merged commit ed8677a into opencontainers:master Jun 23, 2017
@vbatts vbatts deleted the realpath branch June 23, 2017 20:40
@vbatts vbatts mentioned this pull request Jul 5, 2017
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.

5 participants