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: suitable "default" target #571

Merged
merged 1 commit into from
Feb 16, 2017

Conversation

vbatts
Copy link
Member

@vbatts vbatts commented Feb 13, 2017

I like that there is a "help" target, but the default ought to do
sensible things. :-)

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

@stevvooe
Copy link
Contributor

stevvooe commented Feb 14, 2017

LGTM

Approved with PullApprove

Makefile Outdated
@@ -40,7 +40,7 @@ DOC_FILENAME ?= oci-image-spec

EPOCH_TEST_COMMIT ?= v0.2.0

default: help
default: check-license validate-examples lint test
Copy link
Contributor

Choose a reason for hiding this comment

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

validate-examples is a subset of test, so we can drop it from the list of prereqs here.

Copy link
Member Author

Choose a reason for hiding this comment

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

hm. i forget that.

I like that there is a "help" target, but the default ought to do
sensible things. :-)

Signed-off-by: Vincent Batts <[email protected]>
@vbatts vbatts force-pushed the makefile_default_target branch from 967ce1c to 7f59691 Compare February 15, 2017 16:06
@vbatts
Copy link
Member Author

vbatts commented Feb 15, 2017

updated. PTAL

@philips
Copy link
Contributor

philips commented Feb 15, 2017

LGTM

Approved with PullApprove

1 similar comment
@stevvooe
Copy link
Contributor

stevvooe commented Feb 16, 2017

LGTM

Approved with PullApprove

@stevvooe stevvooe merged commit 2a0114e into opencontainers:master Feb 16, 2017
@vbatts vbatts mentioned this pull request Feb 20, 2017
@vbatts vbatts deleted the makefile_default_target branch February 23, 2017 01:50
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.

4 participants