2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[#2071] propagate all flags from configure to distcheck

This commit is contained in:
Razvan Becheriu
2022-05-30 19:02:18 +03:00
committed by Francis Dupont
parent 602860f1fc
commit d1d4aefec6
22 changed files with 94 additions and 29 deletions

View File

@@ -188,7 +188,6 @@ update-python-dependencies: ./src/requirements.in
clean-local:
rm -rf $(sphinxbuilddir)
rm -f $(srcdir)/mes-files.txt $(srcdir)/api-files.txt
rm -f $(srcdir)/kea-messages.rst $(srcdir)/api.rst
rm -f $(srcdir)/arm/platforms.rst

View File

@@ -6906,7 +6906,7 @@ All supported parameters can be configured via the ``cb_cmds`` hook library
described in the :ref:`hooks-cb-cmds` section. The general rule is that
scalar global parameters are set using
``remote-global-parameter4-set``; shared-network-specific parameters
are set using ``remote-network4-set``; and subnet- and pool-level
are set using ``remote-network4-set``; and subnet-level and pool-level
parameters are set using ``remote-subnet4-set``. Whenever
there is an exception to this general rule, it is highlighted in the
table. Non-scalar global parameters have dedicated commands; for example,