HomeSort by: relevance | last modified time | path
    Searched refs:PARSEDIR (Results 1 - 25 of 40) sorted by relevancy

1 2

  /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...]
varname-dot-parsedir.exp 1 make: varname-dot-parsedir.mk:37: At this point, .PARSEDIR is undefined.
3 make: varname-dot-parsedir.mk:48: The location is no longer fake.
4 At run time, .PARSEDIR is undefined.
opt-debug-parse.exp 3 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
8 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
11 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `null'
14 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
17 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
25 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
export-all.mk 11 here := ${.PARSEDIR}
directive-include-guard.exp 86 Parse_PushInput: target-indirect-PARSEDIR-PARSEFILE.tmp:1
87 Skipping 'target-indirect-PARSEDIR-PARSEFILE.tmp' because '__target-indirect-PARSEDIR-PARSEFILE.tmp__' is defined
88 Parse_PushInput: subdir/target-indirect-PARSEDIR-PARSEFILE.tmp:1
89 Skipping 'subdir/target-indirect-PARSEDIR-PARSEFILE.tmp' because '__subdir/target-indirect-PARSEDIR-PARSEFILE.tmp__' is defined
dep-wildcards.mk 5 all: ${.PARSEDIR}/dep-*.mk
suff.mk 16 . if ${.PARSEDIR:tA} != ${.CURDIR:tA}
hanoi-include.mk 38 . include "${.PARSEDIR}/${.PARSEFILE}"
47 . include "${.PARSEDIR}/${.PARSEFILE}"
meta-output.mk 13 _mf := ${.PARSEDIR}/${.PARSEFILE}
  /src/sys/rump/kern/lib/libsolaris/
Makefile 8 S!= cd ${.PARSEDIR}/../../../../;pwd
  /src/sys/rump/fs/lib/libzfs/
Makefile 8 S!= cd ${.PARSEDIR}/../../../../;pwd
  /src/usr.bin/getnameinfo/
Makefile 7 GETADDRINFO:=${.PARSEDIR}/../getaddrinfo
  /src/compat/amd64/i386/
bsd.i386.mk 17 .include "${.PARSEDIR}/../../m32.mk"
  /src/compat/sparc64/sparc/
bsd.sparc.mk 16 .include "${.PARSEDIR}/../../m32.mk"
  /src/sys/lib/libz/
Makefile 6 ZDISTDIR:=${.PARSEDIR}/../../../common/dist/zlib
10 .PATH.c: ${ZDISTDIR} ${.PARSEDIR}
  /src/lib/libpam/modules/
mod.mk 11 .include "${.PARSEDIR}/../Makefile.inc"
  /src/sys/rump/kern/lib/libsljit/
Makefile 25 RUMPCOMP_INCS_DIR:= ${.PARSEDIR}
34 RUMPCOMP_INCS_DIR:= ${.PARSEDIR}
46 RUMPCOMP_INCS_DIR:= ${.PARSEDIR}
  /src/compat/mips64/n32/
bsd.n32.mk 24 .include "${.PARSEDIR}/../../Makefile.compat"
  /src/compat/powerpc64/powerpc/
bsd.powerpc.mk 20 .include "${.PARSEDIR}/../../m32.mk"
  /src/compat/mips64/64/
bsd.64.mk 27 .include "${.PARSEDIR}/../../Makefile.compat"
  /src/compat/mips64/o32/
bsd.o32.mk 27 .include "${.PARSEDIR}/../../Makefile.compat"
  /src/sys/rump/dev/lib/libpci/
Makefile 31 RUMPCOMP_USER_CPPFLAGS:=-I${.PARSEDIR}
  /src/compat/arm/eabihf/
bsd.eabihf.mk 68 .include "${.PARSEDIR}/../../Makefile.compat"
  /src/sys/lib/libsa/
Makefile 33 ${.PARSEDIR}/../../../common/lib/libc/stdlib \
34 ${.PARSEDIR}/../../../common/lib/libc/string
  /src/distrib/vax/cdroms/installcd/
Makefile 14 SPEC_EXTRA:=${.PARSEDIR}/spec.in

Completed in 19 milliseconds

1 2