diff options
| author | snermolaev <[email protected]> | 2024-09-12 03:45:29 +0300 |
|---|---|---|
| committer | snermolaev <[email protected]> | 2024-09-12 03:58:00 +0300 |
| commit | 7bd81dc2f1ea38b950587f937d2f886cf011e60e (patch) | |
| tree | c4edd6f0b2174b646bd7a2e58e547a8d49019623 | |
| parent | 0c97333b51caf4a002d434eb910d31973af319cc (diff) | |
remove obsolete macro PACKAGE_STRICT
1ff0c32b36b76c7609f6d6fd03154a104600bb68
| -rw-r--r-- | build/ymake.core.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index ce46cc9b1eb..43400fb1332 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -2361,11 +2361,6 @@ macro PACK(Ext) { SET(PACKED_PACKAGE_EXT $Ext) } -PACKAGE_STRICT_VALUE= -macro PACKAGE_STRICT() { - SET(PACKAGE_STRICT_VALUE yes) -} - ### @usage: PACKAGE(name) ### ### Module collects what is described directly inside it, builds and collects all its transitively available PEERDIRs. |
