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: Mon Sep 28 00:06:36 UTC 2020
Modified Files:
src/usr.bin/make: job.c job.h
Log Message:
make(1): split Job.jobPipe into 2 separate fields
Just because these file descriptors have to be in an array when they are
created is not reason enough to keep this array and a few access macros
in the Job struct. It's better to have separate fields, as they can be
documented independently.
To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 src/usr.bin/make/job.c
cvs rdiff -u -r1.52 -r1.53 src/usr.bin/make/job.h
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