]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-disk,ceph-detect-init: clean the build directory 7605/head
authorLoic Dachary <ldachary@redhat.com>
Thu, 11 Feb 2016 17:09:44 +0000 (00:09 +0700)
committerLoic Dachary <ldachary@redhat.com>
Fri, 12 Feb 2016 10:10:41 +0000 (17:10 +0700)
b030d8fc113736b479e84246b6b36d5f698a2da3 should have kept the build
directory in .gitignore and the clean target. Re-adding.

Signed-off-by: Loic Dachary <loic@dachary.org>
src/ceph-detect-init/.gitignore
src/ceph-detect-init/Makefile.am
src/ceph-disk/.gitignore
src/ceph-disk/Makefile.am

index dfb9bc7b567817411bfffa38110d2f1cbcaf588f..1bcbb562700df86ee16d397aaf47a41f46a2511d 100644 (file)
@@ -7,6 +7,7 @@
 *.egg
 dist
 virtualenv
+build
 wheelhouse*
 *.log
 *.trs
index ccc9def9d926d11b02b97d5cf7b3cf6d19003612..0c8372f3c75d087d4c8a50d18f5b8d2eff54688d 100644 (file)
@@ -59,7 +59,7 @@ ceph-detect-init/virtualenv:
        cd $(srcdir)/ceph-detect-init ; ../tools/setup-virtualenv.sh ; test -d wheelhouse && export NO_INDEX=--no-index ; virtualenv/bin/pip install $$NO_INDEX --use-wheel --find-links=file://$$(pwd)/wheelhouse -e .
 
 ceph-detect-init-clean:
-       cd $(srcdir)/ceph-detect-init ; python setup.py clean ; rm -fr wheelhouse .tox virtualenv .coverage *.egg-info
+       cd $(srcdir)/ceph-detect-init ; python setup.py clean ; rm -fr wheelhouse .tox build virtualenv .coverage *.egg-info
 
 ceph-detect-init-install-data:
        cd $(srcdir)/ceph-detect-init ; \
index dfb9bc7b567817411bfffa38110d2f1cbcaf588f..1bcbb562700df86ee16d397aaf47a41f46a2511d 100644 (file)
@@ -7,6 +7,7 @@
 *.egg
 dist
 virtualenv
+build
 wheelhouse*
 *.log
 *.trs
index 7e4947fe03861dfff771d69ba85907fd33b0d6f8..ec3ea5de2a4ac88018e61d87e248cf5174f86412 100644 (file)
@@ -35,7 +35,7 @@ ceph-disk/virtualenv:
        cd $(srcdir)/ceph-disk ; ../tools/setup-virtualenv.sh ; test -d wheelhouse && export NO_INDEX=--no-index ; virtualenv/bin/pip install $$NO_INDEX --use-wheel --find-links=file://$$(pwd)/wheelhouse -e .
 
 ceph-disk-clean:
-       cd $(srcdir)/ceph-disk ; python setup.py clean ; rm -fr wheelhouse .tox virtualenv .coverage *.egg-info
+       cd $(srcdir)/ceph-disk ; python setup.py clean ; rm -fr wheelhouse .tox build virtualenv .coverage *.egg-info
 
 ceph-disk-install-data:
        cd $(srcdir)/ceph-disk ; \