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

Unified Diff: src/platform/microbenchmark/debian/rules

Issue 492005: Overhaul microbenchmark so that it can be pulled in easily by any package (Closed)
Patch Set: fix cmasone's comments Created 11 years 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 | « src/platform/microbenchmark/debian/dirs ('k') | src/platform/microbenchmark/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/microbenchmark/debian/rules
diff --git a/src/platform/microbenchmark/debian/rules b/src/platform/microbenchmark/debian/rules
index 621a50fcebefb3ca82f827e0538bbc8860b1cee8..f4e5ea55e7fa23e10058f1cb5c2735e633281ba0 100755
--- a/src/platform/microbenchmark/debian/rules
+++ b/src/platform/microbenchmark/debian/rules
@@ -14,7 +14,7 @@ NUM_JOBS=`cat /proc/cpuinfo | grep processor | awk '{a++} END {print a}'`
build: build-stamp
build-stamp:
dh_testdir
- scons -j$(NUM_JOBS) microbenchmark_runner
+ scons -j$(NUM_JOBS) -Q
touch $@
clean:
@@ -29,9 +29,8 @@ install: build
dh_testroot
dh_prep
dh_installdirs
- mkdir -p $(CURDIR)/debian/chromeos-microbenchmarks/usr/lib/chromeos-microbenchmarks/bin
- # TODO(wad) add versioning to microbenchmarks to match the package version.
- cp $(CURDIR)/microbenchmark_runner $(CURDIR)/debian/chromeos-microbenchmarks/usr/lib/chromeos-microbenchmarks/bin
+ cp $(CURDIR)/libchromeos_microbenchmark_main.a $(CURDIR)/debian/chromeos-microbenchmark/usr/lib/libchromeos_microbenchmark_main.a
+ cp $(CURDIR)/microbenchmark.h $(CURDIR)/debian/chromeos-microbenchmark/usr/include/microbenchmark/microbenchmark.h
# Build architecture-dependent files here.
binary-arch: install
« no previous file with comments | « src/platform/microbenchmark/debian/dirs ('k') | src/platform/microbenchmark/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698