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: rillig
Date: Tue Sep 22 20:19:46 UTC 2020
Modified Files:
src/usr.bin/make: arch.c compat.c for.c job.c main.c make.c meta.c
nonints.h parse.c suff.c var.c
Log Message:
make(1): prepare Var_Subst for proper error handling
Returning a VarParseResult instead of a string makes it possible to let
the error bubble up, until it reaches the main expression.
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/usr.bin/make/arch.c
cvs rdiff -u -r1.147 -r1.148 src/usr.bin/make/compat.c
cvs rdiff -u -r1.84 -r1.85 src/usr.bin/make/for.c
cvs rdiff -u -r1.233 -r1.234 src/usr.bin/make/job.c
cvs rdiff -u -r1.340 -r1.341 src/usr.bin/make/main.c
cvs rdiff -u -r1.137 -r1.138 src/usr.bin/make/make.c
cvs rdiff -u -r1.116 -r1.117 src/usr.bin/make/meta.c
cvs rdiff -u -r1.125 -r1.126 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.322 -r1.323 src/usr.bin/make/parse.c
cvs rdiff -u -r1.157 -r1.158 src/usr.bin/make/suff.c
cvs rdiff -u -r1.532 -r1.533 src/usr.bin/make/var.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