summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-03-25 19:06:14 -0700
committerMatt Clay <matt@mystile.com>2020-03-25 19:23:50 -0700
commitc61f141bbc97e0d17dffc7da5e560e8786613b6c (patch)
tree4ca701bf1b66c11198063534b0c0c18383bfa1dd /Makefile
parent206896e9b220a8999e050c5bf3e0f68f81119e04 (diff)
downloadansible-c61f141bbc97e0d17dffc7da5e560e8786613b6c.tar.gz
Remove obsolete Makefile targets and logic.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 40d7125ce2..d7daec8a05 100644
--- a/Makefile
+++ b/Makefile
@@ -149,18 +149,10 @@ tests:
tests-py3:
$(ANSIBLE_TEST) units -v --python $(PYTHON3_VERSION) $(TEST_FLAGS)
-.PHONY: tests-nonet
-tests-nonet:
- $(ANSIBLE_TEST) units -v --python $(PYTHON_VERSION) $(TEST_FLAGS) --exclude test/units/modules/network/
-
.PHONY: integration
integration:
$(ANSIBLE_TEST) integration -v --docker $(IMAGE) $(TARGET) $(TEST_FLAGS)
-.PHONY: authors
-authors:
- sh hacking/authors.sh
-
# Regenerate %.1.rst if %.1.rst.in has been modified more
# recently than %.1.rst.
%.1.rst: %.1.rst.in
@@ -204,8 +196,6 @@ clean:
rm -rf deb-build
rm -rf docs/json
rm -rf docs/js
- @echo "Cleaning up authors file"
- rm -f AUTHORS.TXT
@echo "Cleaning up docsite"
$(MAKE) -C docs/docsite clean