From 09cff699a514e452eccc6420f1213967b767cb3e Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Fri, 15 Mar 2019 13:08:45 -0500 Subject: rm bin/sh usr.bin/make: utilities provided by other packages --- usr.bin/make/unit-tests/export-env.mk | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 usr.bin/make/unit-tests/export-env.mk (limited to 'usr.bin/make/unit-tests/export-env.mk') diff --git a/usr.bin/make/unit-tests/export-env.mk b/usr.bin/make/unit-tests/export-env.mk deleted file mode 100644 index c4d3e75..0000000 --- a/usr.bin/make/unit-tests/export-env.mk +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: export-env.mk,v 1.2 2016/02/18 20:25:08 sjg Exp $ - -# our normal .export, subsequent changes affect the environment -UT_TEST=this -.export UT_TEST -UT_TEST:= ${.PARSEFILE} - -# not so with .export-env -UT_ENV=exported -.export-env UT_ENV -UT_ENV=not-exported - -# gmake style export goes further; affects nothing but the environment -UT_EXP=before-export -export UT_EXP=exported -UT_EXP=not-exported - -UT_LIT= literal ${UT_TEST} -.export-literal UT_LIT - -all: - @echo make:; ${UT_TEST UT_ENV UT_EXP UT_LIT:L:@v@echo $v=${$v};@} - @echo env:; ${UT_TEST UT_ENV UT_EXP UT_LIT:L:@v@echo $v=$${$v};@} - - - - -- cgit v1.2.3-60-g2f50