Skip to content

Commit

Permalink
Tarball build rule fixups.
Browse files Browse the repository at this point in the history
Change-Id: Idc4db7e20cd705901ea9ad39a0f7269bbb5572b7
  • Loading branch information
juliusv committed Aug 14, 2013
1 parent 0e9e3e0 commit c7052ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ clean:
$(MAKE) -C tools clean
$(MAKE) -C web clean
rm -rf $(TEST_ARTIFACTS)
-rm prometheus-$(REV).tar.gz
-find . -type f -iname '*~' -exec rm '{}' ';'
-find . -type f -iname '*#' -exec rm '{}' ';'
-find . -type f -iname '.#*' -exec rm '{}' ';'
Expand Down Expand Up @@ -102,4 +103,4 @@ update:
web: config dependencies model preparation
$(MAKE) -C web

.PHONY: advice binary build clean config dependencies documentation format model package preparation race_condition_binary race_condition_run run search_index test tools update
.PHONY: advice binary build clean config dependencies documentation format model package preparation race_condition_binary race_condition_run run search_index tarball test tools update

0 comments on commit c7052ed

Please sign in to comment.