diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-09-10 08:52:15 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-09-10 09:04:55 +0000 |
commit | 9365a328596c9f156deaa15fa018b76b3a6e6b18 (patch) | |
tree | eba55e2d1ef0575623ad3a9e8a3661e5eba3cf4d /lib/clang/include/lld/Common/(developers-only) | |
parent | 80661e2153d2bc916444cb3be8aa50d0d110ad57 (diff) |
make(1)'s -D flag does not allow for setting the value of the variable.
It just defines the variable and sets its value to 1. In fact, make(1)
treats "=" as just another character in the variable name:
```
$ make -DA=2 -V A # Output is just an empty line.
$ make -DA=2 -V A=2 # Variable "A=2" is defined and set to "1".
1
```
Fixes: d25f7d324a9d ports.7: Document DEBUG_FLAGS and the process of debugging ports
MFC after: 3 days
Diffstat (limited to 'lib/clang/include/lld/Common/(developers-only)')
0 files changed, 0 insertions, 0 deletions