=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/engine.h,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/make/engine.h 2012/12/07 15:08:03 1.13 --- src/usr.bin/make/engine.h 2019/12/21 15:29:25 1.14 *************** *** 1,6 **** #ifndef ENGINE_H #define ENGINE_H ! /* $OpenBSD: engine.h,v 1.13 2012/12/07 15:08:03 espie Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. --- 1,6 ---- #ifndef ENGINE_H #define ENGINE_H ! /* $OpenBSD: engine.h,v 1.14 2019/12/21 15:29:25 espie Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. *************** *** 86,92 **** * * Each job has several things associated with it: * 1) The process id of the child shell ! * 2) The graph node describing the target being made by this job * 3) State associated to latest command run * 5) A word of flags which determine how the module handles errors, * echoing, etc. for the job --- 86,92 ---- * * Each job has several things associated with it: * 1) The process id of the child shell ! * 2) The graph node describing the target of this job * 3) State associated to latest command run * 5) A word of flags which determine how the module handles errors, * echoing, etc. for the job *************** *** 96,102 **** * exceed the value of 'maxJobs', initialized by the Job_Init function. * * When a job is finished, the Make_Update function is called on each of the ! * parents of the node which was just remade. This takes care of the upward * traversal of the dependency graph. */ struct Job_ { --- 96,102 ---- * exceed the value of 'maxJobs', initialized by the Job_Init function. * * When a job is finished, the Make_Update function is called on each of the ! * parents of the node which was just rebuilt. This takes care of the upward * traversal of the dependency graph. */ struct Job_ {