OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PARSEDIR
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/unit-tests/
varname-dot-parsedir.mk
1
# $NetBSD: varname-dot-
parsedir
.mk,v 1.8 2023/06/21 07:30:50 rillig Exp $
3
# Tests for the special .
PARSEDIR
variable, which contains the directory part
12
# .
PARSEDIR
and .PARSEFILE were added on 1999-08-09.
14
# The .
PARSEDIR
may be absolute or relative, therefore there is not much that
16
.if !${.
PARSEDIR
:tA:M*/unit-tests}
20
# During parsing, it is possible to undefine .
PARSEDIR
.
23
.if !defined(.
PARSEDIR
)
26
.undef .
PARSEDIR
27
.if defined(.
PARSEDIR
)
31
# The variable .
PARSEDIR
is indirectly used by the .info directive
[
all
...]
directive-include-guard.mk
482
# pattern based on the same idea, use __${.
PARSEDIR
}/${.PARSEFILE}__ instead.
503
# Using plain .PARSEFILE without .
PARSEDIR
leads to name clashes. The include
514
# Another common form of guard target is __${.
PARSEDIR
}/${.PARSEFILE}__
515
# or __${.
PARSEDIR
:tA}/${.PARSEFILE}__ to be truly unique.
516
CASES+= target-indirect-
PARSEDIR
-PARSEFILE
517
LINES.target-indirect-
PARSEDIR
-PARSEFILE= \
518
'.if !target(__$${.
PARSEDIR
}/$${.PARSEFILE}__)' \
519
'__$${.
PARSEDIR
}/$${.PARSEFILE}__: .NOTMAIN' \
521
# expect: Parse_PushInput: target-indirect-
PARSEDIR
-PARSEFILE.tmp:1
522
# expect: Skipping 'target-indirect-
PARSEDIR
-PARSEFILE.tmp' because '__target-indirect-PARSEDIR-PARSEFILE.tmp__' is define
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Sep 29 18:09:42 GMT 2025