Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
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.
Home |
Main Index |
Thread Index |
Old Index