From: Simo Sorce Date: Mon, 6 Oct 2014 19:58:10 +0000 (-0400) Subject: Fix make cscope and clean X-Git-Tag: v0.3.0~68 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fipsilon.git;a=commitdiff_plain;h=5fd2b52a5518864571afb9139074e4d314ec688c Fix make cscope and clean clean should clean more and cscope should not try to read an unexisting file. Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- diff --git a/Makefile b/Makefile index 8f904fa..d4d570d 100644 --- a/Makefile +++ b/Makefile @@ -31,9 +31,10 @@ ui-node: less/ipsilon.less less/admin.less clean: rm -fr testdir cscope.out + find ./ -name '*.pyc' -exec rm -f {} \; cscope: - git ls-files | xargs pycscope -i .filelist + git ls-files | xargs pycscope lp-test: pylint -d c,r,i,W0613 -r n -f colorized \