Skip to content

New Makefile targets: clean, clean-all, re(build|install|test)#99

Merged
akutz merged 1 commit intorexray:masterfrom
akutz:feature/remake
Sep 29, 2015
Merged

New Makefile targets: clean, clean-all, re(build|install|test)#99
akutz merged 1 commit intorexray:masterfrom
akutz:feature/remake

Conversation

@akutz
Copy link
Member

@akutz akutz commented Sep 29, 2015

This patch is for issue #98 and adds the following, new Makefile targets:

clean

The clean target executes go clean -i, removing any packages or binaries created by a go install.

This target also removes the vendor, .bin, .deploy, .rpmbuild directories as well as any filtered bintray files.

clean-all

The clean-all target executes go clean -i -r, removing any packages or binaries created by a go install as well as any packages or binaries created from anything on which the project transitively depends.

This target also removes the vendor, .bin, .deploy, .rpmbuild directories as well as any filtered bintray files.

re(build|install|test)

These targets merely call clean before invoking build, install, or test respectively.

This patch adds the following, new Makefile targets:

clean:
  The clean target executes `go clean -i`, removing any packages or
  binaries created by a `go install`.

  This target also removes the vendor, .bin, .deploy, .rpmbuild
  directories as well as any filtered bintray files.

clean-all:
  The clean-all target executes `go clean -i -r`, removing any packages
  or binaries created by a `go install` as well as any packages or
  binaries created from anything on which the project transitively
  depends.

  This target also removes the vendor, .bin, .deploy, .rpmbuild
  directories as well as any filtered bintray files.

re(build|install|test):
  These targets merely call clean before invoking build, install, or
  test respectively.
akutz added a commit that referenced this pull request Sep 29, 2015
New Makefile targets: clean, clean-all, re(build|install|test)
@akutz akutz merged commit 970e79e into rexray:master Sep 29, 2015
@akutz akutz deleted the feature/remake branch September 29, 2015 17:46
akutz added a commit to akutz/rexray that referenced this pull request Jul 24, 2017
TLS Update

Former-commit-id: bbb0659c07f51a4fa9e671324b9ec7e3e05257ea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant