Home
last modified time | relevance | path

Searched refs:MAKE_LEVEL_ENV (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/
H A Dmake.h659 #ifndef MAKE_LEVEL_ENV
660 # define MAKE_LEVEL_ENV "MAKELEVEL" macro
H A Dmain.c1410 Global_Set_ReadOnly(".MAKE.LEVEL.ENV", MAKE_LEVEL_ENV); in main_Init()
1415 const char *ep = getenv(MAKE_LEVEL_ENV); in main_Init()
H A Dvar.c805 setenv(MAKE_LEVEL_ENV, level_buf, 1); in Var_ReexportVars()
897 level = getenv(MAKE_LEVEL_ENV); /* we should preserve this */ in ClearEnv()
914 setenv(MAKE_LEVEL_ENV, level, 1); in ClearEnv()
H A DChangeLog3341 o use MAKE_LEVEL_ENV to define the variable to propagate