Merge branch 'master' of git://repo.or.cz/unleashed into uadmin
[unleashed.git] / bin / make / unit-tests / unexport-env.mk
blobaaabcd46464acc211e4214f7c1863249fbe95b37
1 # $Id: unexport-env.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
3 # pick up a bunch of exported vars
4 .include "export.mk"
6 # an example of setting up a minimal environment.
7 PATH = /bin:/usr/bin:/sbin:/usr/sbin
9 # now clobber the environment to just PATH and UT_TEST
10 UT_TEST = unexport-env
12 # this removes everything
13 .unexport-env
14 .export PATH UT_TEST