diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-03-06 16:16:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-06 16:16:43 +0100 |
commit | 354d4e41b4693bc055dfb0a8e302088e0b978408 (patch) | |
tree | b8d4a947aa0a97ae8f25a099d45a7d76cf5faf34 /utils/Makefile | |
parent | 6ecb86b2fcc36e3383d86395d3be0a443e12981e (diff) | |
parent | 3763417a1351448d2be60afb227af138aa22818e (diff) | |
download | openshift-354d4e41b4693bc055dfb0a8e302088e0b978408.tar.gz openshift-354d4e41b4693bc055dfb0a8e302088e0b978408.tar.bz2 openshift-354d4e41b4693bc055dfb0a8e302088e0b978408.tar.xz openshift-354d4e41b4693bc055dfb0a8e302088e0b978408.zip |
Merge pull request #3563 from rhcarvalho/misc-cleanup
Misc cleanup
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/Makefile b/utils/Makefile index 038c31fcf..e53c0e628 100644 --- a/utils/Makefile +++ b/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 |