/src/usr.bin/make/unit-tests/ |
meta-ignore.inc | 22 makefile:= ${.INCLUDEDFROMDIR}/${.INCLUDEDFROMFILE} 33 ${MAKE} -C ${.CURDIR} -f ${makefile} check-ignore parent=${.TARGET}
|
varname-makefile.mk | 1 # $NetBSD: varname-makefile.mk,v 1.3 2020/11/09 22:36:44 rillig Exp $ 3 # Tests for the special MAKEFILE variable, which contains the current 4 # makefile from the -f command line option. 6 # When there are multiple -f options, the variable MAKEFILE is set 8 # Including a file via .include does not influence the MAKEFILE 11 .if ${MAKEFILE:T} != "varname-makefile.mk" 22 .undef MAKEFILE 23 .if ${MAKEFILE:T} != "varname-makefile.mk [all...] |
opt.exp | 6 [-C directory] [-D variable] [-d flags] [-f makefile] 21 [-C directory] [-D variable] [-d flags] [-f makefile]
|
deptgt-posix.mk | 71 # If the main makefile has a '.for' loop as its first non-comment line, a 72 # strict reading of POSIX 2018 makes the makefile non-conforming. 82 # If the main makefile has an '.if' conditional as its first non-comment line, 83 # a strict reading of POSIX 2018 makes the makefile non-conforming. 93 # If the main makefile first includes another makefile and that included 94 # makefile tries to switch to POSIX mode, that's too late. 100 # If the main makefile switches to POSIX mode in its very first line, before
|
comment.mk | 19 # they are just makefile comments. Before that commit, these comments 74 # In the commands associated with a target, the '#' does not start a makefile 77 # If the '#' were to start a makefile comment, the following shell command
|
depsrc-precious.mk | 9 # The author of the makefile is then responsible for avoiding the above
|
lint.mk | 9 # makefile, in Parse_File. After that, when expanding expressions
|
sh-jobs.mk | 30 # the exit status of every makefile line.
|
opt-debug-parse.mk | 4 # makefile parsing.
|
dep-duplicate.mk | 22 # default 'makefile' or 'Makefile', to produce the same result when
|
opt-file.mk | 3 # Tests for the -f command line option, which adds a makefile to the list of 61 # If a makefile contains null bytes, it is an error. Throughout the history
|
suff-rebuild.mk | 25 # possible to delete the suffixes in the middle of the makefile, add back
|
dep-colon-bug-cross-file.mk | 3 # Until 2020-09-25, the very last dependency group of a top-level makefile
|
varname-dot-newline.mk | 9 # > found in a command line in a makefile, the command line that is executed 40 @${MAKE} -f ${MAKEFILE} try-to-modify || true
|
cond-func-exists.mk | 48 # first makefile. At that time, the file did not exist yet.
|
varmod-mtime.mk | 11 # Ensure that this makefile exists and has a modification time. If the file 13 .if ${MAKEFILE:mtime} >= ${start} 54 # timestamp when parsing of this makefile started. 78 .if ${MAKEFILE:mtime=errorhandler-no} > 0 86 .if ${MAKEFILE:mtime=warn} > 0
|
directive-export.mk | 34 # makefile, when VARNAMES was an empty list.
|
parse.mk | 18 # 2022-07-24, if a line of a makefile could only be a dependency specification
|
escape.mk | 12 # anywhere in the makefile except in a command line, an include 18 # makefile, the command line shall contain the <backslash>, the
|
posix1.mk | 116 # in a test makefile.
|
/src/sys/compat/netbsd32/ |
netbsd32.mk | 3 # makefile fragment that tells you if you should support netbsd32 or not.
|
/src/tests/fs/common/ |
snapshot.c | 25 makefile(const char *path) function in typeref:typename:void 71 makefile(BAKNAME); 98 makefile("/mnt/newfile"); 146 makefile(path); 202 makefile(BAKNAME);
|
/src/lib/ |
checkver | 203 makefile=$CWD/Makefile 204 libname=$(grep '^LIB=' $makefile | sed -e 's/^LIB=[[:space:]]*//')
|
/src/compat/ |
exec.mk | 3 # this makefile fragment can be included to modify the default 10 # external/bsd/ipf/Makefile.inc 11 # sbin/savecore/Makefile 12 # usr.bin/fstat/Makefile 13 # usr.bin/netstat/Makefile 14 # usr.bin/pmap/Makefile 15 # usr.bin/systat/Makefile 16 # usr.bin/vmstat/Makefile 17 # usr.sbin/crash/Makefile 18 # usr.sbin/kgmon/Makefile [all...] |
/src/lib/libc/gdtoa/ |
makefile | 1 # $NetBSD: makefile,v 1.4 2011/03/20 23:15:35 christos Exp $ 71 makefile misc.c printf.c printf.c0 qnan.c smisc.c stdio1.h\
|