2015-04-20 03:45:54 +00:00
|
|
|
make:
|
|
|
|
UT_TEST=export-env.mk
|
|
|
|
UT_ENV=not-exported
|
|
|
|
UT_EXP=not-exported
|
2016-03-11 00:37:02 +00:00
|
|
|
UT_LIT=literal export-env.mk
|
2015-04-20 03:45:54 +00:00
|
|
|
env:
|
|
|
|
UT_TEST=export-env.mk
|
|
|
|
UT_ENV=exported
|
|
|
|
UT_EXP=exported
|
2016-03-11 00:37:02 +00:00
|
|
|
UT_LIT=literal ${UT_TEST}
|
2015-04-20 03:45:54 +00:00
|
|
|
exit status 0
|