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

  /src/usr.bin/make/unit-tests/
varname-makeflags.mk 1 # $NetBSD: varname-makeflags.mk,v 1.8 2023/06/01 07:27:30 rillig Exp $
3 # Tests for the environment variable 'MAKEFLAGS', from which additional
7 # that were collected in '.MAKEFLAGS' and '.MAKEOVERRIDES' are written back to
8 # the environment variable 'MAKEFLAGS'.
16 # the variable MAKEFLAGS is not set.
17 . if ${MAKEFLAGS:Uundefined} != "undefined"
21 # The special variable .MAKEFLAGS is influenced though.
22 # See varname-dot-makeflags.mk for more details.
23 . if ${.MAKEFLAGS} != " -r -k"
28 # In POSIX mode, the environment variable MAKEFLAGS can contain letters only
    [all...]
deptgt-posix.mk 67 (cd "${TESTTMP}" && MAKEFLAGS=${MAKEFLAGS.${.TARGET}:Q} ${MAKE} \
119 MAKEFLAGS.no-builtins= -r
  /src/usr.bin/make/
make.h 636 #define MAKEFLAGS ".MAKEFLAGS"

Completed in 14 milliseconds