Skip to content

Commit

Permalink
Remove core-dev from README
Browse files Browse the repository at this point in the history
$ make core-dev
make: *** No rule to make target `core-dev'.  Stop.

This was removed in hashicorp#15258
  • Loading branch information
rowleyaj authored and apparentlymart committed Jun 22, 2017
1 parent de2927d commit 2f4e9a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ If you're working on a specific provider and only wish to rebuild that provider,
$ make plugin-dev PLUGIN=provider-azure
```

If you're working on the core of Terraform, and only wish to rebuild that without rebuilding providers, you can use the `core-dev` target. It is important to note that some types of changes may require both core and providers to be rebuilt - for example work on the RPC interface. To build just the core of Terraform:

```sh
$ make core-dev
```

### Dependencies

Terraform stores its dependencies under `vendor/`, which [Go 1.6+ will automatically recognize and load](https://golang.org/cmd/go/#hdr-Vendor_Directories). We use [`govendor`](https://github.com/kardianos/govendor) to manage the vendored dependencies.
Expand Down

0 comments on commit 2f4e9a6

Please sign in to comment.