Project

General

Profile

Submit #2606 » 0004-bmake-Apply-local-modifications-patches.patch

kAworu, 11/22/2013 02:26 AM

View differences:

contrib/bmake/README.DRAGONFLY
The following files have been patched:
bmake.1
meta.c
suff.c
contrib/bmake/bmake.1
.Li .unexport-env
.Li .export PATH
.Li .endif
.Pp
.Ed
.Pp
Would result in an environment containing only
.Ql Ev PATH ,
which is the minimal useful environment.
contrib/bmake/meta.c
* It does not disturb our state.
*/
void
meta_job_child(Job *job)
meta_job_child(Job __unused *job)
{
#ifdef USE_FILEMON
BuildMon *pbm;
......
}
void
meta_cmd_finish(void *pbmp)
meta_cmd_finish(void __unused *pbmp)
{
#ifdef USE_FILEMON
BuildMon *pbm = pbmp;
contrib/bmake/parse.c
*/
int length;
void *freeIt;
char *result;
__unused char *result; /* XXX */
result = Var_Parse(cp, VAR_CMD, TRUE, &length, &freeIt);
if (freeIt)
(5-5/12)