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

Unified Diff: third_party/lcov-1.9/contrib/galaxy/README

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
Index: third_party/lcov-1.9/contrib/galaxy/README
diff --git a/third_party/lcov-1.9/contrib/galaxy/README b/third_party/lcov-1.9/contrib/galaxy/README
deleted file mode 100644
index e21c509c0ae347c862af93efba8aabb43531d88b..0000000000000000000000000000000000000000
--- a/third_party/lcov-1.9/contrib/galaxy/README
+++ /dev/null
@@ -1,48 +0,0 @@
--------------------------------------------------
-- README file for the LCOV galaxy mapping tool -
-- Last changes: 2003-09-04 -
--------------------------------------------------
-
-Description
------------
-
-Further README contents
------------------------
- 1. Included files
- 2. Installing
- 3. Notes and Comments
-
-
-
-1. Important files
-------------------
- README - This README file
- CHANGES - List of changes between releases
- conglomerate_functions.pl - Replacement file - Generates shading
- genflat.pl - Generates info for shading from .info files
- gen_makefile.sh - Replacement file - updates to postscript
- posterize.pl - Replacement file - generates a final ps file
-
-2. Installing
--------------
- This install requires fcgp, which means the target kernel src must be on
-the system creating the map.
-
- Download and copy the new files into the fcgp directory, (Note: its always
-a good idea to have backups).
-
- Run genflat.pl against your kernel info files
- ./genflat.pl kernel.info kernel2.info > coverage.dat
-
- Run the make command for the fcgp (Note: this can take a while)
- make KERNEL_DIR=/usr/src/linux
-
- Update posterize.pl as needed, normally page size, margins, titles.
-Most of these settings will be broken out as command line options in the future.
-
- Run posterize.pl this will generate the file poster.ps.
-
-3. Notes and Comments
----------------------
- This is a quick and dirty implementation suited for my needs. It does not
-perform any of the tiling the original did.
« no previous file with comments | « third_party/lcov-1.9/contrib/galaxy/CHANGES ('k') | third_party/lcov-1.9/contrib/galaxy/conglomerate_functions.pl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698