瀏覽代碼

Remove unused Makefile variables

Rodolfo Carvalho 8 年之前
父節點
當前提交
e938abbf8b
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      utils/Makefile

+ 0 - 5
utils/Makefile

@@ -23,7 +23,6 @@
 
 NAME := oo-install
 VENV := $(NAME)env
-TESTPACKAGE := oo-install
 SHORTNAME := ooinstall
 
 # This doesn't evaluate until it's called. The -D argument is the
@@ -33,10 +32,6 @@ MANPAGES := docs/man/man1/atomic-openshift-installer.1
 # slipped into the manpage template before a2x processing
 VERSION := 1.4
 
-# YAMLFILES: Skipping all '/files/' folders due to conflicting yaml file definitions
-YAMLFILES = $(shell find ../ -name $(VENV) -prune -o -name .tox -prune -o \( -name '*.yml' -o -name '*.yaml' \) ! -path "*/files/*" -print 2>&1)
-PYFILES = $(shell find ../ -name $(VENV) -prune -o -name ooinstall.egg-info -prune -o -name test -prune -o -name .tox -prune -o -name "*.py" -print)
-
 sdist: clean
 	python setup.py sdist
 	rm -fR $(SHORTNAME).egg-info