diff options
author | Siri Hansen <[email protected]> | 2017-02-09 14:49:56 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-02-09 14:49:56 +0100 |
commit | f7784a0eb4e32b2950cb7360d960a936bea9db05 (patch) | |
tree | d1f45152bf3476f088c06985bfea2d281ce14e12 /lib/sasl/doc | |
parent | e89ac9e9ac9d16a44100b8d9d976b8bd7f92b264 (diff) | |
parent | a5f1ca30f9dcd1f763a4ef6a39f72c89e56fc4de (diff) | |
download | otp-f7784a0eb4e32b2950cb7360d960a936bea9db05.tar.gz otp-f7784a0eb4e32b2950cb7360d960a936bea9db05.tar.bz2 otp-f7784a0eb4e32b2950cb7360d960a936bea9db05.zip |
Merge branch 'siri/systools/warnings_as_errors-return/OTP-14170' into maint
* siri/systools/warnings_as_errors-return/OTP-14170:
[systools] Fix return value for warnings_as_errors + silent
Diffstat (limited to 'lib/sasl/doc')
-rw-r--r-- | lib/sasl/doc/src/systools.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/sasl/doc/src/systools.xml b/lib/sasl/doc/src/systools.xml index fa503fa573..4ca4a08329 100644 --- a/lib/sasl/doc/src/systools.xml +++ b/lib/sasl/doc/src/systools.xml @@ -268,7 +268,7 @@ <fsummary>Creates a release package.</fsummary> <type> <v>Name = string()</v> - <v>Opt = {dirs,[IncDir]} | {path,[Dir]} | {variables,[Var]} | {var_tar,VarTar} | {erts,Dir} | src_tests | exref | {exref,[App]} | silent | {outdir,Dir}</v> + <v>Opt = {dirs,[IncDir]} | {path,[Dir]} | {variables,[Var]} | {var_tar,VarTar} | {erts,Dir} | src_tests | exref | {exref,[App]} | silent | {outdir,Dir} | | no_warn_sasl | warnings_as_errors</v> <v> Dir = string()</v> <v> IncDir = src | include | atom()</v> <v> Var = {VarName,PreFix}</v> @@ -297,6 +297,10 @@ directory unless <c>Name</c> contains a path. If option <c>{outdir,Dir}</c> is specified, it is located in <c>Dir</c> instead.</p> + <p>If SASL is not included as an application in + the <c>.rel</c> file, a warning is issued because such a + release cannot be used in an upgrade. To turn off this + warning, add option <c>no_warn_sasl</c>.</p> <p>By default, the release package contains the directories <c>lib/App-Vsn/ebin</c> and <c>lib/App-Vsn/priv</c> for each included application. If more directories are to be included, |