Skip to content

Commit

Permalink
make clean removes pkg/promtail/server/ui/assets_vfsdata.go which m…
Browse files Browse the repository at this point in the history
…eant the `pkg/promtail/server/ui/assets_vfsdata.go: assets` target is never activated causing a build error, updating to make the target hit on `server.go` which has a dependency on the deleted `assets_vfsdata.go` triggering a run of `make assets` before go builds that file (#555)
  • Loading branch information
slim-bean authored and cyriltovena committed May 7, 2019
1 parent e794147 commit 54340e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ vendor/github.com/cortexproject/cortex/pkg/ingester/client/cortex.pb.go: vendor/
vendor/github.com/cortexproject/cortex/pkg/chunk/storage/caching_index_client.pb.go: vendor/github.com/cortexproject/cortex/pkg/chunk/storage/caching_index_client.proto
pkg/parser/labels.go: pkg/parser/labels.y
pkg/parser/matchers.go: pkg/parser/matchers.y
pkg/promtail/server/ui/assets_vfsdata.go: assets
pkg/promtail/server/server.go: assets
all: $(UPTODATE_FILES)
test: $(PROTO_GOS) $(YACC_GOS)
debug: $(DEBUG_UPTODATE_FILES)
Expand Down

0 comments on commit 54340e7

Please sign in to comment.