CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/17 06:03:22
Modified files:
usr.bin/make : main.c make.1
Log message:
Arguments may contain more than one variable assignment
`make FOO=1 BAR=2 ...' works as expected and lots of things wouldn't work
if make only accepted a single assignment, as currently documented.
Fix SYNOPSIS and usage to match reality and POSIX spec (thanks jmc).
OK jmc
