summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-17 04:48:51 +0000
committerMark Spencer <markster@digium.com>2005-01-17 04:48:51 +0000
commit441c545ccc7d81e9d5162e7325f017b1fe5efe97 (patch)
treee33f7e8337de1f1904b4eba72784ebda4a8c084c /README
parentb7178fdce97b377b1aab1b64d45d81645a8a8938 (diff)
Allow me to force a "make clean ; make install" on a cvs update (bug #3358)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4822 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'README')
-rwxr-xr-xREADME6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 64bf06a20..a3cd0f746 100755
--- a/README
+++ b/README
@@ -71,6 +71,12 @@ So let's proceed:
1) Run "make"
2) Run "make install"
+Each time you update or checkout from CVS, you are strongly encouraged
+to ensure all previous object files are removed to avoid internal
+inconsistency in Asterisk. Normally, this is automatically done with
+the presence of the file .cleancount, which increments each time a 'make clean'
+is required, and the file .lastclean, which contains the last .cleancount used.
+
If this is your first time working with Asterisk, you may wish to install
the sample PBX, with demonstration extensions, etc. If so, run: