Merge branch 'ns/makefile-cleaning' into next
This commit is contained in:
commit
2ad2be3077
11
Makefile
11
Makefile
@ -29,14 +29,11 @@ build:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
-python setup.py clean --all
|
-python setup.py clean --all
|
||||||
-rm -f `find . -name "*~"`
|
|
||||||
-rm -f `find . -name "*.tmp"`
|
|
||||||
-rm -f bin/offlineimapc
|
-rm -f bin/offlineimapc
|
||||||
-rm -f `find . -name "*.pyc"`
|
-find . -name '*.pyc' -exec rm -f {} \;
|
||||||
-rm -f `find . -name "*.pygc"`
|
-find . -name '*.pygc' -exec rm -f {} \;
|
||||||
-rm -f `find . -name "*.class"`
|
-find . -name '*.class' -exec rm -f {} \;
|
||||||
-rm -f `find . -name "*.bak"`
|
-find . -name '.cache*' -exec rm -f {} \;
|
||||||
-rm -f `find . -name ".cache*"`
|
|
||||||
-rm -f manpage.links manpage.refs
|
-rm -f manpage.links manpage.refs
|
||||||
-find . -name auth -exec rm -vf {}/password {}/username \;
|
-find . -name auth -exec rm -vf {}/password {}/username \;
|
||||||
-rm -f readme.html
|
-rm -f readme.html
|
||||||
|
Loading…
Reference in New Issue
Block a user