OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAKE
(Results
1 - 18
of
18
) sorted by relevancy
/src/usr.bin/make/unit-tests/
varname-dot-make-save_dollars.mk
1
# $NetBSD: varname-dot-
make
-save_dollars.mk,v 1.7 2021/12/03 18:43:52 rillig Exp $
3
# Tests for the special .
MAKE
.SAVE_DOLLARS variable, which controls whether
11
# Initially, the variable .
MAKE
.SAVE_DOLLARS is undefined. At this point the
12
# behavior of the assignment operator ':=' depends. NetBSD's usr.bin/
make
15
.if ${.
MAKE
.SAVE_DOLLARS:Uundefined} != "undefined"
23
.
MAKE
.SAVE_DOLLARS= yes
26
# condition; .
MAKE
.SAVE_DOLLARS only applies at the moment where the
35
.
MAKE
.SAVE_DOLLARS= no
42
.
MAKE
.SAVE_DOLLARS= yes
49
.
MAKE
.SAVE_DOLLARS= n
[
all
...]
make-exported.mk
1
# $NetBSD:
make
-exported.mk,v 1.7 2022/09/09 18:36:15 sjg Exp $
4
# directive and the .
MAKE
.EXPORTED variable. This leads to non-obvious
7
-env=
make
-exported-value-env
8
-literal=
make
-exported-value-literal
15
.
MAKE
.EXPORTED= -env
17
# Before 2020-10-03, if the value of .
MAKE
.EXPORTED started with "-literal",
18
#
make
behaved like a mixture of .export-literal and a regular .export.
22
.
MAKE
.EXPORTED= -literal UT_VAR
25
@env | sort | ${EGREP} '^UT_|
make
-exported-value' || true
varmod-undefined.mk
11
.
MAKE
.SAVE_DOLLARS= yes
varmod.mk
70
.
MAKE
.SAVE_DOLLARS = yes
105
# In lint mode,
make
prints helpful error messages.
106
# For compatibility,
make
does not print these error messages in normal mode.
meta-output.mk
5
.if
make
(output)
6
.
MAKE
.MODE= meta curDirOk=true nofilemon
8
.
MAKE
.MODE= compat
27
MAKEFLAGS= ${.
MAKE
} -r -C ${TMPDIR} ${.TARGET:E} tag=${.TARGET:E} -f ${_mf} output; \
depsrc-meta.mk
10
.if
make
(actual-test)
12
.
MAKE
.MODE= meta curDirOk=true nofilemon
21
@echo 'Targets from meta mode${.
MAKE
.JOBS:D in jobs mode}:'
26
@${
MAKE
} -r -f ${MAKEFILE} actual-test
27
@${
MAKE
} -r -f ${MAKEFILE} check-results
29
@${
MAKE
} -r -f ${MAKEFILE} actual-test -j1
30
@${
MAKE
} -r -f ${MAKEFILE} check-results -j1
varmod-defined.mk
7
# setting, which is 'yes' for NetBSD's usr.bin/
make
but 'no' for the bmake
9
.
MAKE
.SAVE_DOLLARS= yes
varmod-loop-varname.mk
7
# setting, which is 'yes' for NetBSD's usr.bin/
make
but 'no' for the bmake
9
.
MAKE
.SAVE_DOLLARS= yes
114
# To
make
the behavior more predictable, the :@ modifier should restore the
meta-cmd-cmp.mk
8
.
MAKE
.MODE= meta verbose silent=yes curdirok=yes nofilemon
42
.
MAKE
.META.CMP_FILTER+= ${COMPILER_WRAPPERS:S,^,N,}
46
${tf}.filter: .
MAKE
.META.CMP_FILTER= ${COMPILER_WRAPPERS:S,^,N,}
55
@${.
MAKE
} -dM -r -C ${.CURDIR} -f ${MAKEFILE} ${tests}
59
@${.
MAKE
} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS=changed ${tests}
63
@${.
MAKE
} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS2=changed ${tests}
67
@${.
MAKE
} -dM -r -C ${.CURDIR} -f ${MAKEFILE} ${filter_tests}
71
@${.
MAKE
} -dM -r -C ${.CURDIR} -f ${MAKEFILE} WRAPPER= ${filter_tests}
75
@${.
MAKE
} -dM -r -C ${.CURDIR} -f ${MAKEFILE} -DWITH_CMP_FILTER \
80
@${.
MAKE
} -dM -r -C ${.CURDIR} -f ${MAKEFILE} -DWITH_LOCAL_CMP_FILTER
[
all
...]
varmod-loop.mk
20
# setting, which is 'yes' for NetBSD's usr.bin/
make
but 'no' for the bmake
22
.
MAKE
.SAVE_DOLLARS= yes
31
# undefined. This is something that
make
doesn't expect, this may
58
# To
make
the behavior more predictable, the :@ modifier should restore the
220
# this unescaping, regardless of whether .
MAKE
.SAVE_DOLLARS is set or not:
var-op-expand.mk
7
# varname-dot-
make
-save_dollars.mk
10
# setting, which is 'yes' for NetBSD's usr.bin/
make
but 'no' for the bmake
12
.
MAKE
.SAVE_DOLLARS:= yes
229
# well, it wouldn't
make
a difference in this case. The crucial detail is the
233
# In this case,
make
issues a warning, but in cases where the modifier
235
# substitution like '.c=.o', and
make
would not issue a warning, leading to
var-scope-local.mk
94
# In the following condition,
make
expands '$@' to the long-format alias
202
@echo "Making ${.TARGET} with
make
'"${VAR:Q}"' and env '$$VAR'."
206
.
MAKE
.TARGET_LOCAL_VARIABLES= yes
211
# If the sources of a dependency line look like a variable assignment,
make
217
# expect: Making var-scope-local-assign.o with
make
'local' and env 'local'.
227
# expect: Making var-scope-local-append.o with
make
'local to var-scope-local-append.o' and env 'local to var-scope-local-append.o'.
237
# expect: Making var-scope-local-append-global.o with
make
'global+local' and env 'global+local'.
245
# expect: Making var-scope-local-default.o with
make
'global' and env 'global'.
253
# expect: Making var-scope-local-subst.o with
make
'global+local' and env 'global+local'.
265
# expect: Making .USE var-scope-local-use.o with
make
'global' and env 'global'
[
all
...]
varmisc.mk
63
# begin .
MAKE
.SAVE_DOLLARS; see Var_SetWithFlags and ParseBoolean.
70
.
MAKE
.SAVE_DOLLARS:= ${val}
73
.
MAKE
.SAVE_DOLLARS:= yes
79
# end .
MAKE
.SAVE_DOLLARS
170
# Since 2020-07-28,
make
complains about unclosed variables.
194
# expect:
make
: Unclosed variable ""
197
# expect:
make
: Unclosed variable "UNCLOSED"
200
# expect:
make
: Unclosed variable "UNCLOSED"
203
# expect:
make
: Unclosed expression, expecting "}" for modifier "M${PATTERN"
206
# expect:
make
: Unclosed variable "param
[
all
...]
Makefile
3
# Unit tests for
make
(1)
17
# The
make
program to be tested.
27
# To do that, run "
make
sync-mi" in this directory.
32
# we use these below but we might be an older
make
33
.
MAKE
.OS?= ${uname -s:L:sh}
34
.
MAKE
.UID?= ${id -u:L:sh}
42
TMPDIR:= ${TMPDIR}/uid${.
MAKE
.UID}
44
TMPDIR:= /tmp/uid${.
MAKE
.UID}
46
#
make
sure it exists
59
# src/tests/usr.bin/
make
/t_make.sh as well
[
all
...]
/src/share/mk/
bsd.clean.mk
26
# delete a directory as part of "
make
clean" or "
make
cleandir" then you
44
# want
make
to replace any of the file names with the result of
82
# Don't automatically load ".depend" files during "
make
clean"
83
# or "
make
cleandir".
84
.if
make
(clean) ||
make
(cleandir)
85
.
MAKE
.DEPENDFILE := .depend.no-such-file
sys.mk
4
# This file contains the basic rules for
make
(1) and is read first
111
MAKE
?=
make
/src/usr.bin/make/
test-variants.mk
3
# Build several variants of
make
and run the tests on them.
11
@echo 'usage: ${
MAKE
} -f ${MAKEFILE} list'
12
@echo ' ${
MAKE
} -f ${MAKEFILE} all'
13
@echo ' ${
MAKE
} -f ${MAKEFILE} <test>...'
125
# The
make
source code is _intended_ to be compatible with C90, it uses some
140
# Only in native mode,
make
dares to use a shortcut in Compat_RunCommand
217
.
MAKE
.DEPENDFILE= nonexistent
249
@size *.o
make
/src/sys/dev/usb/
uaudio.c
145
#define
MAKE
(h,l) (((h) << 8) | (l))
486
"audio descriptors
make
no sense, error=%d\n", err);
1090
mix.wIndex =
MAKE
(d->bUnitId, sc->sc_ac_iface);
1145
MAKE
(p+c+1, o+1);
1172
mix.wIndex =
MAKE
(d->bUnitId, sc->sc_ac_iface);
1174
mix.wValue[0] =
MAKE
(V2_CUR_SELECTOR, 0);
1176
mix.wValue[0] =
MAKE
(0, 0);
1431
mc->wIndex =
MAKE
(unit, sc->sc_ac_iface);
1575
mix.wValue[0] =
MAKE
(ctl, 0);
1580
mix.wValue[i-1] =
MAKE
(ctl, i)
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025