Module Name: src Committed By: rillig Date: Sat Jan 1 21:41:51 UTC 2022
Modified Files: src/usr.bin/make: main.c parse.c Log Message: make: fix error message when reading more than 1 GB from stdin Previously, the error message was: make: (null): file too large Now it is: make: (stdin): file too large To generate a diff of this commit: cvs rdiff -u -r1.564 -r1.565 src/usr.bin/make/main.c cvs rdiff -u -r1.612 -r1.613 src/usr.bin/make/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.