HomeSort by: relevance | last modified time | path
    Searched refs:allsrc (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/unit-tests/
suff-transform-debug.mk 10 : Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}.
suff-transform-debug.exp 60 : Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}.
63 : Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}.
  /src/usr.bin/make/
make.c 90 * target, including the .ALLSRC variable, making
818 * Add a child's name to the ALLSRC and OODATE variables of the given
823 * If the child is a .JOIN node, its ALLSRC is propagated to the parent.
833 * pgn The parent to whose ALLSRC variable it should
839 const char *child, *allsrc; local in function:MakeAddAllSrc
854 allsrc = GNode_VarAllsrc(cgn);
856 allsrc = child;
858 if (allsrc != NULL)
859 Var_Append(pgn, ALLSRC, allsrc);
    [all...]

Completed in 36 milliseconds