commit | 2164626c7565eed6f7ae19dec0b175b9f2158f1a | [log] [tgz] |
---|---|---|
author | William Kurkian <wkurkian@cisco.com> | Fri Jun 07 17:11:41 2019 -0400 |
committer | William Kurkian <wkurkian@cisco.com> | Fri Jun 07 17:11:41 2019 -0400 |
tree | 313cb8668ee4569c70c7cb3a9e445e14eb27da68 | |
parent | d40c88d93cbd7d07d6da4eb65c4e0d2a68812af1 [diff] |
VOL-1688 Fixing subtle error where an upgraded VERSION file can cause multiple dist files to exist. This can break local builds if they local build loads the wrong one Change-Id: I18350db1af40191f8a5bec43553560d8fececdda
diff --git a/Makefile b/Makefile index 8fbbfb9..4d774f1 100644 --- a/Makefile +++ b/Makefile
@@ -34,6 +34,7 @@ dist: @ echo "Creating python source distribution" + rm -r dist/ python setup.py sdist upload: dist