X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=01f8495000d3c2dc698c3ba36b7ba2e625edd437;hb=5db77cd2ee7f704b733091b223844d5b6b55dc9c;hp=85297afe45bad453ac955ef7f01cf28d00e6bf16;hpb=4952dc3e5776222f1f9f79d0a27a6f1ca81278e0;p=bootcd.git diff --git a/Makefile b/Makefile index 85297af..01f8495 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ETAGS=etags tags: - find . -type f -a '!' '(' -name '*.x86' -o -name '*.x86_64' ')' | grep -v '/\.svn/' | xargs $(ETAGS) + find . -type f -a '!' '(' -name '*.x86' -o -name '*.x86_64' ')' | egrep -v '/\.(svn|git)/' | xargs $(ETAGS) .PHONY: tags