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

1 2 3 4 5 6 7 8 91011

  /src/etc/etc.hp300/
Makefile.inc 18 cd ${KERNSRCDIR}/arch/hp300/stand && ${MAKE} cleandir
21 ${MAKE} depend && ${MAKE} && ${MAKE} release
  /src/usr.bin/make/unit-tests/
opt-debug-graph1.exp 21 .MAKE = <details omitted>
22 .MAKE.DEPENDFILE = <details omitted>
23 .MAKE.GID = <details omitted>
24 .MAKE.JOBS.C = <details omitted>
25 .MAKE.LEVEL = <details omitted>
26 .MAKE.LEVEL.ENV = MAKELEVEL
27 .MAKE.MAKEFILES = <details omitted>
28 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
29 .MAKE.OS = <details omitted>
30 .MAKE.PATH_FILEMON = <details omitted
    [all...]
suff-transform-debug.exp 12 .MAKE = <details omitted>
13 .MAKE.DEPENDFILE = <details omitted>
14 .MAKE.GID = <details omitted>
15 .MAKE.JOBS.C = <details omitted>
16 .MAKE.LEVEL = <details omitted>
17 .MAKE.LEVEL.ENV = MAKELEVEL
18 .MAKE.MAKEFILES = <details omitted>
19 .MAKE.MAKEFILE_PREFERENCE = <details omitted>
20 .MAKE.OS = <details omitted>
21 .MAKE.PATH_FILEMON = <details omitted
    [all...]
varname-dot-make-jobs.mk 1 # $NetBSD: varname-dot-make-jobs.mk,v 1.5 2023/09/10 16:25:32 sjg Exp $
3 # Tests for the special .MAKE.JOBS variable, which is defined in jobs mode
9 @echo ${.MAKE.JOBS:Uundefined}
12 @${MAKE} -r -f ${MAKEFILE} echo
13 @${MAKE} -r -f ${MAKEFILE} echo -j1
14 @${MAKE} -r -f ${MAKEFILE} echo -j5
15 @${MAKE} -r -f ${MAKEFILE} echo -j20
16 @${MAKE} -r -f ${MAKEFILE} echo -j00000000000000000000000000000001
18 .if !make(echo) && ${.MAKE.JOBS.C} == "yes
    [all...]
varname-dot-make-pid.mk 1 # $NetBSD: varname-dot-make-pid.mk,v 1.3 2022/01/23 21:48:59 rillig Exp $
3 # Tests for the special .MAKE.PID variable, which contains the process ID of
4 # the make process itself.
7 .if ${.MAKE.PID:C,[0-9],,g} != ""
9 .elif !(${.MAKE.PID} > 0)
14 _!= kill -0 ${.MAKE.PID}
varname-make.mk 1 # $NetBSD: varname-make.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
3 # Tests for the special MAKE variable.
directive-unexport-env.exp 0 make: directive-unexport-env.mk:14: Unknown directive "unexport-en"
2 make: directive-unexport-env.mk:17: Unknown directive "unexport-environment"
5 Global: .MAKE.EXPORTED = UT_EXPORTED
6 make: directive-unexport-env.mk:24: The directive .unexport-env does not take arguments
7 Var_Parse: ${.MAKE.EXPORTED:O:u} (eval)
8 Evaluating modifier ${.MAKE.EXPORTED:O} on value "UT_EXPORTED"
9 Result of ${.MAKE.EXPORTED:O} is "UT_EXPORTED"
10 Evaluating modifier ${.MAKE.EXPORTED:u} on value "UT_EXPORTED"
11 Result of ${.MAKE.EXPORTED:u} is "UT_EXPORTED"
13 Global: delete .MAKE.EXPORTE
    [all...]
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...]
  /src/sys/arch/atari/stand/tostools/
Makefile 9 ${MAKE} -C $$dir all; \
14 ${MAKE} -C $$dir clean; \
19 ${MAKE} -C $$dir install; \
  /src/etc/etc.zaurus/
Makefile.inc 16 cd ${KERNSRCDIR}/arch/zaurus/stand/zboot && ${MAKE} release
17 cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release
  /src/distrib/ews4800mips/
Makefile 6 iso_image: .MAKE
  /src/distrib/ibmnws/
Makefile 6 iso_image: .MAKE
  /src/distrib/mvmeppc/
Makefile 8 iso_image: .MAKE
  /src/distrib/news68k/
Makefile 6 iso_image: .MAKE
  /src/distrib/newsmips/
Makefile 6 iso_image: .MAKE
  /src/distrib/prep/
Makefile 6 iso_image: .MAKE
  /src/distrib/shark/
Makefile 6 iso_image: .MAKE
  /src/etc/etc.alpha/
Makefile.inc 20 cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
  /src/etc/etc.x68k/
Makefile.inc 19 cd ${KERNSRCDIR}/arch/x68k/stand/loadbsd && ${MAKE} release
  /src/distrib/hpcarm/
Makefile 10 iso_image: .MAKE
13 live_image: .MAKE
  /src/distrib/hppa/
Makefile 8 iso_image: .MAKE
11 live_image: .MAKE
  /src/distrib/pmax/
Makefile 6 iso_image: .MAKE
9 live_image: .MAKE
  /src/distrib/sparc/
Makefile 6 iso_image: .MAKE
9 live_image: .MAKE
  /src/distrib/sparc64/
Makefile 6 iso_image: .MAKE
9 live_image: .MAKE
  /src/distrib/zaurus/
Makefile 10 iso_image: .MAKE
13 live_image: .MAKE

Completed in 16 milliseconds

1 2 3 4 5 6 7 8 91011