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

1 2 3

  /src/usr.bin/make/unit-tests/
meta-ignore.inc 22 makefile:= ${.INCLUDEDFROMDIR}/${.INCLUDEDFROMFILE}
33 ${MAKE} -C ${.CURDIR} -f ${makefile} check-ignore parent=${.TARGET}
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...]
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]
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
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
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
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
sh-jobs.mk 30 # the exit status of every makefile line.
opt-debug-parse.mk 4 # makefile parsing.
  /src/sys/compat/netbsd32/
netbsd32.mk 3 # makefile fragment that tells you if you should support netbsd32 or not.
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);
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:]]*//')
checkver 203 makefile=$CWD/Makefile
204 libname=$(grep '^LIB=' $makefile | sed -e 's/^LIB=[[:space:]]*//')

Completed in 119 milliseconds

1 2 3