Skip to content

Conversation

@wking
Copy link
Contributor

@wking wking commented Apr 24, 2017

The only non-phony target (where the target name matches the output file) is validate, but we need .PHONY there because the Go dependencies are not represented in the Makefile. This commit adds the missing .PHONY declarations to the other targets, which truly are phony.

Spun off from this discussion and following the example set by the clean entry in the main Makefile.

The only non-phony target (where the target name matches the output
file) is 'validate', but we need .PHONY there because the Go
dependencies are not represented in the Makefile.  This commit adds
the missing .PHONY declarations to the other targets, which truly are
phony.

Signed-off-by: W. Trevor King <[email protected]>
@TomSweeneyRedHat
Copy link

LGTM

@hqhq
Copy link
Contributor

hqhq commented Apr 26, 2017

LGTM

I would prefer them in one line though.

Approved with PullApprove

@dqminh
Copy link
Contributor

dqminh commented Apr 26, 2017

LGTM

I would prefer them in one line though.

I have the exact opposite preference 😝 I prefer PHONY to be attached to their targets.

Approved with PullApprove

@mrunalp
Copy link
Contributor

mrunalp commented Apr 26, 2017

LGTM

Approved with PullApprove

@mrunalp mrunalp merged commit cb90a82 into opencontainers:master Apr 26, 2017
@wking wking deleted the schema-makefile-phony branch April 26, 2017 16:08
@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