From 4dd6d1c15e9df1ca09fa237ddc7093704ad4f53c Mon Sep 17 00:00:00 2001 From: Steven Jenkins Date: Thu, 14 Aug 2008 00:22:22 +0000 Subject: [PATCH] none --- AFSLore/CodeArchitecture.mdwn | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/AFSLore/CodeArchitecture.mdwn b/AFSLore/CodeArchitecture.mdwn index 806f9ec..f7679e2 100644 --- a/AFSLore/CodeArchitecture.mdwn +++ b/AFSLore/CodeArchitecture.mdwn @@ -5,7 +5,6 @@ This is an entry point into the code architecture. As always, the source for you -- Starting Point -- - Early architectural documents. Out of date, but still important. You should especially read the Architectural Overview document (archov-doc.pdf) -- for more rxgen documentation - To understand the source layout, consult src/SOURCE-MAP -- this is a good place to go after reading the Architectural Overview - Need to document the build environment issues -- README, README.DEVEL, README.CVS - src/BUILDNOTES (at least in the 1.4 tree) is not very helpful @@ -58,7 +57,6 @@ In addition to the package name, also note that only rxstat uses an M prefix; al - cscope: a source code browser, linked to your editor. Setup is simple: cd to your source tree and run: - find . -name \*.[ch] > namelist cscope -R -b Then run -- 1.7.1