CVS commit: src/usr.bin/make
"Simon J. Gerraty" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: sjg Date: Sun Mar 1 01:38:27 UTC 2026 Modified Files: src/usr.bin/make: job.c Log Message: MaybeSubMake: ignore line beining with any of [@+-] The control chars [@+-] can be interspersed with white-space so use [ \t@+-] PR: 60016 Reviewed by: To generate a diff of this commit: cvs rdiff -u -r1.524 -r1.525 src/usr.bin/make/job.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.