From 807fb1a59ccf5476a33f019a77ae9129be4bab5a Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Sun, 13 Mar 2016 09:55:01 +0000 Subject: Update to produce warning message. This also means an existing empty cache directory will be treated as v2 (which is probably a good idea...) --- doc/man/scons.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 5c832c2a..59ac6785 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -1704,6 +1704,16 @@ specifies the type of warnings to be enabled or disabled: Enables or disables all warnings. + + + + --warn=cache-v1, --warn=no-cache-v1 + +Enables or disables warnings about the cache directory being in the +original (v1) layout. +CacheDir(). +These warnings are enabled by default. + -- cgit v1.2.1 From 24855d3acfb438bf22d308a634b9e8b75c867697 Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Sat, 19 Mar 2016 10:59:38 +0000 Subject: Cleanup of code/comments and rename and rewrite of upgrade script --- doc/man/scons.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 59ac6785..27cf8b7c 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -1707,10 +1707,10 @@ specifies the type of warnings to be enabled or disabled: - --warn=cache-v1, --warn=no-cache-v1 + --warn=cache-version, --warn=no-cache-version -Enables or disables warnings about the cache directory being in the -original (v1) layout. +Enables or disables warnings about the cache directory not using +the latest configuration information CacheDir(). These warnings are enabled by default. -- cgit v1.2.1