Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: third_party/lcov/Makefile

Issue 23189008: Upgrades lcov to 1.10, removes lcov-1.9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-adds UNKNOWN suppression Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/lcov/LICENSE ('k') | third_party/lcov/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/lcov/Makefile
diff --git a/third_party/lcov/Makefile b/third_party/lcov/Makefile
index f6063e519c481769057dc49395e79e73501e6252..7cb838acbff62069a4fb152512ed01cca3663761 100644
--- a/third_party/lcov/Makefile
+++ b/third_party/lcov/Makefile
@@ -11,7 +11,7 @@
# - clean: remove all generated files
#
-VERSION := 1.7
+VERSION := 1.10
RELEASE := 1
CFG_DIR := $(PREFIX)/etc
@@ -37,18 +37,18 @@ clean:
make -C example clean
install:
- bin/install.sh bin/lcov $(BIN_DIR)/lcov
- bin/install.sh bin/genhtml $(BIN_DIR)/genhtml
- bin/install.sh bin/geninfo $(BIN_DIR)/geninfo
- bin/install.sh bin/genpng $(BIN_DIR)/genpng
- bin/install.sh bin/gendesc $(BIN_DIR)/gendesc
- bin/install.sh man/lcov.1 $(MAN_DIR)/man1/lcov.1
- bin/install.sh man/genhtml.1 $(MAN_DIR)/man1/genhtml.1
- bin/install.sh man/geninfo.1 $(MAN_DIR)/man1/geninfo.1
- bin/install.sh man/genpng.1 $(MAN_DIR)/man1/genpng.1
- bin/install.sh man/gendesc.1 $(MAN_DIR)/man1/gendesc.1
- bin/install.sh man/lcovrc.5 $(MAN_DIR)/man5/lcovrc.5
- bin/install.sh lcovrc $(CFG_DIR)/lcovrc
+ bin/install.sh bin/lcov $(BIN_DIR)/lcov -m 755
+ bin/install.sh bin/genhtml $(BIN_DIR)/genhtml -m 755
+ bin/install.sh bin/geninfo $(BIN_DIR)/geninfo -m 755
+ bin/install.sh bin/genpng $(BIN_DIR)/genpng -m 755
+ bin/install.sh bin/gendesc $(BIN_DIR)/gendesc -m 755
+ bin/install.sh man/lcov.1 $(MAN_DIR)/man1/lcov.1 -m 644
+ bin/install.sh man/genhtml.1 $(MAN_DIR)/man1/genhtml.1 -m 644
+ bin/install.sh man/geninfo.1 $(MAN_DIR)/man1/geninfo.1 -m 644
+ bin/install.sh man/genpng.1 $(MAN_DIR)/man1/genpng.1 -m 644
+ bin/install.sh man/gendesc.1 $(MAN_DIR)/man1/gendesc.1 -m 644
+ bin/install.sh man/lcovrc.5 $(MAN_DIR)/man5/lcovrc.5 -m 644
+ bin/install.sh lcovrc $(CFG_DIR)/lcovrc -m 644
uninstall:
bin/install.sh --uninstall bin/lcov $(BIN_DIR)/lcov
« no previous file with comments | « third_party/lcov/LICENSE ('k') | third_party/lcov/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698