Skip to content

Commit

Permalink
Switch config to YAML format.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabxc committed May 7, 2015
1 parent 66ecc42 commit 5fbde88
Show file tree
Hide file tree
Showing 32 changed files with 669 additions and 1,276 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ advice: $(GOCC)

binary: build

build: config tools web $(GOPATH)
build: tools web $(GOPATH)
$(GO) build -o prometheus $(BUILDFLAGS) .

docker: build
Expand All @@ -49,7 +49,7 @@ tag:
$(BUILD_PATH)/cache/$(GOPKG):
$(CURL) -o $@ -L $(GOURL)/$(GOPKG)

benchmark: config dependencies tools web
benchmark: dependencies tools web
$(GO) test $(GO_TEST_FLAGS) -test.run='NONE' -test.bench='.*' -test.benchmem ./... | tee benchmark.txt

clean:
Expand All @@ -62,9 +62,6 @@ clean:
-find . -type f -name '*#' -exec rm '{}' ';'
-find . -type f -name '.#*' -exec rm '{}' ';'

config:
$(MAKE) -C config

$(SELFLINK): $(GOPATH)
ln -s $(MAKEFILE_DIR) $@

Expand All @@ -91,7 +88,7 @@ run: binary
search_index:
godoc -index -write_index -index_files='search_index'

test: config dependencies tools web
test: dependencies tools web
$(GO) test $(GO_TEST_FLAGS) ./...

tools: dependencies
Expand All @@ -103,4 +100,4 @@ web: dependencies
rules: dependencies
$(MAKE) -C rules

.PHONY: advice binary build clean config dependencies documentation format race_condition_binary race_condition_run release run search_index tag tarball test tools
.PHONY: advice binary build clean dependencies documentation format race_condition_binary race_condition_run release run search_index tag tarball test tools
22 changes: 0 additions & 22 deletions config/Makefile

This file was deleted.

Loading

0 comments on commit 5fbde88

Please sign in to comment.