aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386/string/strncmp.S
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2025-09-10 08:52:15 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2025-09-10 09:04:55 +0000
commit9365a328596c9f156deaa15fa018b76b3a6e6b18 (patch)
treeeba55e2d1ef0575623ad3a9e8a3661e5eba3cf4d /lib/libc/i386/string/strncmp.S
parent80661e2153d2bc916444cb3be8aa50d0d110ad57 (diff)
ports.7: Fix example of passing variables on the command lineHEADmain
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/libc/i386/string/strncmp.S')
0 files changed, 0 insertions, 0 deletions