Skip to content

Makefile: use make builtin rather than shell#700

Merged
vbatts merged 1 commit intoopencontainers:masterfrom
vbatts:realpath
Jun 23, 2017
Merged

Makefile: use make builtin rather than shell#700
vbatts merged 1 commit intoopencontainers:masterfrom
vbatts:realpath

Conversation

@vbatts
Copy link
Copy Markdown
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 vbatts@hashbangbash.com

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 <vbatts@hashbangbash.com>
@philips
Copy link
Copy Markdown
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