summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2018-06-11 18:44:49 +0530
committerPradyun Gedam <pradyunsg@gmail.com>2018-06-14 23:44:02 +0530
commitfcb3039010c3880cff8c06b1a5e71661d1f4f34e (patch)
tree903923868731467d0c141b981de5ef52941e25b4
parent45f0456f93dd2f9daba958669ebf7ce36f9a43b0 (diff)
downloadpip-fcb3039010c3880cff8c06b1a5e71661d1f4f34e.tar.gz
vendoring: remove outdated Makefile
-rw-r--r--src/pip/_vendor/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/pip/_vendor/Makefile b/src/pip/_vendor/Makefile
deleted file mode 100644
index 175e41667..000000000
--- a/src/pip/_vendor/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: clean vendor
-
-clean:
- @# Delete vendored items
- find . -maxdepth 1 -mindepth 1 -type d -exec rm -rf {} \;
-
-vendor:
- @# Install vendored libraries
- pip install -t . -r vendor.txt
-
- @# Cleanup .egg-info directories
- rm -rf *.egg-info
- rm -rf *.dist-info