[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 07/17] syntax-check: enable makefile-TAB-only-indentation
From: |
Paolo Bonzini |
Subject: |
[PATCH 07/17] syntax-check: enable makefile-TAB-only-indentation |
Date: |
Fri, 12 Mar 2010 18:49:08 +0100 |
* cfg.mk (local-checks-to-skip): Enable makefile-TAB-only-indentation.
* Makefile.am: Fix only occurrence.
---
Makefile.am | 2 +-
cfg.mk | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index b394afd..33a2025 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ cvs-clean:
if grep "^/$$f/" CVS/Entries > /dev/null; then \
a="b"; \
else \
- echo "F $$i/$$f"; \
+ echo "F $$i/$$f"; \
rm -f "$$pwd/$$i/$$f"; \
fi; \
fi ; \
diff --git a/cfg.mk b/cfg.mk
index 1d9e56b..085735d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -23,7 +23,6 @@ gpg_key_ID = B9AB9A16
# Tests not to run as part of "make distcheck".
local-checks-to-skip = \
sc_m4_quote_check \
- sc_makefile_TAB_only_indentation \
sc_prohibit_strcmp \
sc_space_tab \
sc_useless_cpp_parens
--
1.6.6
- Re: [PATCH 01/17] kwset/system: remove ptr_t, (continued)
- [PATCH 02/17] grep: cleanup one const cast, Paolo Bonzini, 2010/03/12
- [PATCH 03/17] dfa: get rid of x*alloc, Paolo Bonzini, 2010/03/12
- [PATCH 04/17] dfa: remove CRANGE dead code, Paolo Bonzini, 2010/03/12
- [PATCH 05/17] dfa, grep: cleanup if-before-free and cast-of-argument-to-free, Paolo Bonzini, 2010/03/12
- [PATCH 07/17] syntax-check: enable makefile-TAB-only-indentation,
Paolo Bonzini <=
- [PATCH 06/17] grep: fix error-message-uppercase, Paolo Bonzini, 2010/03/12
- [PATCH 09/17] syntax-check: enable space-tab, Paolo Bonzini, 2010/03/12
- [PATCH 08/17] syntax-check: enable m4-quote-check, Paolo Bonzini, 2010/03/12
- [PATCH 10/17] tests: add more UTF-8 test cases, Paolo Bonzini, 2010/03/12
- [PATCH 13/17] dfa: optimize simple character sets under UTF-8 charsets, Paolo Bonzini, 2010/03/12