summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2014-09-11 13:49:45 -0400
committerBill Peck <bpeck@redhat.com>2014-09-11 13:49:45 -0400
commit70fdf30b55ad5b5ed96d49b78e2ba0d7d695a0e0 (patch)
treed1c061b92d53d743ffb54a2a09002a208dee9cd5 /kernel
parentfeb1c70432f45f0840d94e9aa3c167ded75e24d0 (diff)
downloadtests-70fdf30b55ad5b5ed96d49b78e2ba0d7d695a0e0.tar.gz
tests-70fdf30b55ad5b5ed96d49b78e2ba0d7d695a0e0.tar.xz
tests-70fdf30b55ad5b5ed96d49b78e2ba0d7d695a0e0.zip
remove .env bull crap
Diffstat (limited to 'kernel')
-rw-r--r--kernel/filesystems/nfs/connectathon-mh/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/filesystems/nfs/connectathon-mh/Makefile b/kernel/filesystems/nfs/connectathon-mh/Makefile
index 8852928..b9366aa 100644
--- a/kernel/filesystems/nfs/connectathon-mh/Makefile
+++ b/kernel/filesystems/nfs/connectathon-mh/Makefile
@@ -13,20 +13,6 @@
#
# Author: Bill Peck
-
-# Include pkg env.mk
-TENV=.env
-ifeq ($(PKG_TOP_DIR),)
- export PKG_TOP_DIR := $(shell p=$$PWD; while :; do \
- [ -e $$p/env.mk -o -z "$$p" ] && { echo $$p; break; }; p=$${p%/*}; done)
- export _TOP_DIR := $(shell p=$$PWD; while :; do \
- [ -d $$p/.git -o -z "$$p" ] && { echo $$p; break; }; p=$${p%/*}; done)
- -include $(PKG_TOP_DIR)/env.mk
-endif
-include $(TENV)
-ifeq ($(_TOP_DIR),)
- _TOP_DIR=/mnt/tests/$(TOPLEVEL_NAMESPACE)
-endif
#===============================================================================
export TESTVERSION=1.4