OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_MAKE
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/make/unit-tests/
dep-exclam.mk
8
# TODO: Is this related to
OP_MAKE
?
/src/usr.bin/make/
targ.c
400
{
OP_MAKE
, false, "MAKE" },
compat.c
583
if (!opts.touch || (gn->type &
OP_MAKE
)) {
make.c
149
ADD(
OP_MAKE
);
213
return !((gn->type &
OP_MAKE
)
make.h
305
OP_MAKE
= 1 << 9,
parse.c
272
{ ".MAKE", SP_ATTRIBUTE,
OP_MAKE
},
293
{ ".RECURSIVE", SP_ATTRIBUTE,
OP_MAKE
},
job.c
1532
if (job->node->type & (
OP_MAKE
| OP_SUBMAKE)) {
1713
} else if (((gn->type &
OP_MAKE
) && !opts.noRecursiveExecute) ||
meta.c
415
SKIP_META_TYPE(
OP_MAKE
, "MAKE");
main.c
2043
quietly = gn != NULL && gn->type &
OP_MAKE
? 1 : 0;
Completed in 23 milliseconds
Indexes created Tue Oct 21 15:09:54 GMT 2025