make/doc
Dmitry Goncharov a9e3eb1eec [SV 65739] Add warning circular-dep.
Add a warning to control circular dependency detection.  Use "warn" as
the default action to be backward-compatible.

* src/warning.h (enum warning_type): Add warning type wt_circular_dep.
* src/warning.c (warn_init): Set default wt_circular_dep to w_warn.
* src/remake.c (update_file_1): Consult the circular-dep warning to
handle circular dependencies.
* tests/scripts/options/warn: Test --warn circular-dep flag.
* tests/scripts/variables/WARNINGS: Test .WARNINGS circular-dep flag.
* doc/make.texi: Document circular-dep warning.
* doc/make.1: Ditto.
2024-08-04 15:21:59 -04:00
..
.gitignore * make.texi (How to Use Variables): [SV 65536] Rewrite this chapter 2024-05-06 14:11:17 -04:00
make.1 [SV 65739] Add warning circular-dep. 2024-08-04 15:21:59 -04:00
make.texi [SV 65739] Add warning circular-dep. 2024-08-04 15:21:59 -04:00
Makefile.am * (all): Update Copyright year to 2024 2024-01-06 18:06:09 -05:00