diff options
author | sam <sam@FreeBSD.org> | 2009-04-18 15:59:09 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-04-18 15:59:09 +0000 |
commit | 11a33093272dd9aa5d1518c076c77fe177a775b2 (patch) | |
tree | 6dbc781edfa3f64315b5c024ea7df9e1c42b0c2a | |
parent | 53f91cc7135d171668a1a3cd89160045f4702094 (diff) | |
download | FreeBSD-src-11a33093272dd9aa5d1518c076c77fe177a775b2.zip FreeBSD-src-11a33093272dd9aa5d1518c076c77fe177a775b2.tar.gz |
allow NANO_CFGDIR to be overridden
-rw-r--r-- | tools/tools/nanobsd/gateworks/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/gateworks/common b/tools/tools/nanobsd/gateworks/common index 4b78871..fe5aafd 100644 --- a/tools/tools/nanobsd/gateworks/common +++ b/tools/tools/nanobsd/gateworks/common @@ -1,6 +1,6 @@ # $FreeBSD$ -NANO_CFGDIR=${NANO_SRC}/${NANO_TOOLS}/gateworks/cfg +NANO_CFGDIR=${NANO_CFGDIR:-${NANO_SRC}/${NANO_TOOLS}/gateworks/cfg} test -d ${NANO_CFGDIR} || NANO_CFGDIR=/var/empty NANO_PMAKE="make" # NB: disable -j 3 |