aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-17 04:48:51 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-17 04:48:51 +0000
commit8f16ca10695470c3283716b19816baf7d9f21746 (patch)
treee33f7e8337de1f1904b4eba72784ebda4a8c084c /README
parent6b5d0ba225c8e412f4f83d2bf26c28a21613e17a (diff)
Allow me to force a "make clean ; make install" on a cvs update (bug #3358)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4822 f38db490-d61c-443f-a65b-d21fe96a405b
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: