HomeSort by: relevance | last modified time | path
    Searched defs:PARSEFILE (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varname-dot-parsefile.mk 1 # $NetBSD: varname-dot-parsefile.mk,v 1.7 2023/06/21 07:30:50 rillig Exp $
3 # Tests for the special .PARSEFILE variable, which contains the basename part
12 # .PARSEDIR and .PARSEFILE were added on 1999-08-09.
14 .if ${.PARSEFILE} != "varname-dot-parsefile.mk"
18 # During parsing, it is possible to undefine .PARSEFILE.
21 .if !defined(.PARSEFILE)
24 .undef .PARSEFILE
25 .if defined(.PARSEFILE)
29 # The variable .PARSEFILE is indirectly used by the .info directive
    [all...]
directive-include-guard.mk 480 # A common form of guard target is __${.PARSEFILE}__. This form can only be
482 # pattern based on the same idea, use __${.PARSEDIR}/${.PARSEFILE}__ instead.
485 CASES+= target-indirect-PARSEFILE
486 LINES.target-indirect-PARSEFILE= \
487 '.if !target(__$${.PARSEFILE}__)' \
488 '__$${.PARSEFILE}__: .NOTMAIN' \
490 # expect: Parse_PushInput: target-indirect-PARSEFILE.tmp:1
491 # expect: Skipping 'target-indirect-PARSEFILE.tmp' because '__target-indirect-PARSEFILE.tmp__' is defined
497 '.if !target(__$${.PARSEFILE}__)'
    [all...]

Completed in 12 milliseconds