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 Apr 22 05:57:12 UTC 2025
Modified Files:
src/usr.bin/make: compat.c job.c job.h main.c make.c meta.c trace.c
Log Message:
make: move struct Job from job.h to job.c
The content of this struct is an implementation detail, and other parts
of make only need to access very few parts of it.
To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 src/usr.bin/make/compat.c
cvs rdiff -u -r1.492 -r1.493 src/usr.bin/make/job.c
cvs rdiff -u -r1.81 -r1.82 src/usr.bin/make/job.h
cvs rdiff -u -r1.641 -r1.642 src/usr.bin/make/main.c
cvs rdiff -u -r1.264 -r1.265 src/usr.bin/make/make.c
cvs rdiff -u -r1.211 -r1.212 src/usr.bin/make/meta.c
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/make/trace.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