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

  /src/usr.bin/make/unit-tests/
varname-dot-curdir.mk 1 # $NetBSD: varname-dot-curdir.mk,v 1.7 2020/10/08 19:09:08 rillig Exp $
3 # Tests for the special .CURDIR variable, which is initially set to the
12 .if !exists(${.CURDIR})
15 .if !exists(${.CURDIR}/)
18 .if !exists(${.CURDIR}/.)
21 .if !exists(${.CURDIR}/..)
25 # Until 2020-10-04, assigning the result of a shell assignment to .CURDIR
31 .CURDIR!= echo /
37 # Appending to .CURDIR does not make sense, therefore it doesn't matter that
39 .CURDIR=
    [all...]
  /src/usr.bin/resize/
Makefile 20 copy:: ${.CURDIR}/${i}
21 ${.CURDIR}/${i}: ${XTERM}/${i}
  /src/sys/arch/sparc/stand/bootblk/
Makefile 5 CURDIR= ${.CURDIR}
6 S= ${CURDIR}/../../../..
28 ${GENASSYM_CPPFLAGS} < ${.CURDIR}/genfth.cf >ffs.fth.h.tmp && \
33 ${GENASSYM_CPPFLAGS} < ${.CURDIR}/genlfs.cf >lfs.fth.h.tmp && \
38 ${.CURDIR}/bootblk.fth | /usr/bin/cpp -P >bootblk.text.tmp &&
42 ${TOOL_FGEN} -o bootblk ${.CURDIR}/bootblk.fth
  /src/sys/arch/sparc/stand/ofwboot/
Makefile 5 CURDIR= ${.CURDIR}
6 S= ${CURDIR}/../../../..
64 CPPFLAGS+= -I${CURDIR}/../../.. -I${CURDIR}/../../../.. -I${CURDIR} -I.
65 CPPFLAGS+= -I${CURDIR}/../../../../../common/include
  /src/tools/compat/
Makefile 42 HOST_CPPFLAGS+= -I. -I./include -I${.CURDIR} -I${.CURDIR}/sys \
45 .PATH: ${.CURDIR}/../../lib/libc/cdb \
46 ${.CURDIR}/../../lib/libc/gen \
47 ${.CURDIR}/../../lib/libc/hash \
48 ${.CURDIR}/../../lib/libc/hash/md2 \
49 ${.CURDIR}/../../lib/libc/hash/md5 \
50 ${.CURDIR}/../../lib/libc/hash/rmd160 \
51 ${.CURDIR}/../../lib/libc/hash/sha1 \
52 ${.CURDIR}/../../lib/libc/hash/sha2
    [all...]

Completed in 12 milliseconds