1 # $Id: export-env,v 1.1 2013/03/22 16:36:46 sjg Exp $
3 # our normal .export, subsequent changes affect the environment
6 UT_TEST:= ${.PARSEFILE}
8 # not so with .export-env
13 # gmake style export goes further; affects nothing but the environment
15 export UT_EXP=exported
19 @echo make:; ${UT_TEST UT_ENV UT_EXP:L:@v@echo $v=${$v};@}
20 @echo env:; ${UT_TEST UT_ENV UT_EXP:L:@v@echo $v=$${$v};@}