search for: disable_temporarily

Displaying 4 results from an estimated 4 matches for "disable_temporarily".

2009 Aug 05
1
syntax-check changes
...9260cdf191f39d657fdf0293 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Tue, 4 Aug 2009 14:00:11 +0200 Subject: [PATCH 4/8] build: remove trailing blanks, enable syntax-check * regressions/test-cancellation-download-librarycancels.sh: * src/generator.ml: * cfg.mk (disable_temporarily): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file. --- .x-sc_trailing_blank | 1 + cfg.mk | 3 +-- .../test-cancellation-download-librarycancels.sh | 2 +- src/generator.ml...
2009 Sep 24
1
enabling more syntax-checks
...\ sc_prohibit_strcmp \ - sc_root_tests \ sc_space_tab \ - sc_sun_os_names \ - sc_system_h_headers \ - sc_tight_scope \ sc_two_space_separator_in_usage \ sc_error_message_uppercase \ sc_program_name \ - sc_require_test_exit_idiom \ - sc_makefile_check \ $(disable_temporarily) \ sc_useless_cpp_parens disable_temporarily = \ + sc_makefile_check \ sc_unmarked_diagnostics \ sc_prohibit_ctype_h \ sc_prohibit_asprintf \ - sc_m4_quote_check \ sc_avoid_ctype_macros \ sc_avoid_write -- 1.6.5.rc2.177.ga9dd6 >From 6a14f1c2502f58ff7bed8cb4...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...-# mkinstalldirs ends here -- 1.6.3.3 >From e832bcedb02699e7327d9f85d12461ae8f78c788 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Mon, 3 Aug 2009 05:53:26 -0400 Subject: [PATCH 4/4] build: temporarily disable failing "syntax-check" rules * cfg.mk (disable_temporarily): Define. --- cfg.mk | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/cfg.mk b/cfg.mk index 9363d41..61a4db1 100644 --- a/cfg.mk +++ b/cfg.mk @@ -59,8 +59,22 @@ local-checks-to-skip = \ sc_program_name \ sc_require_test_exit_idiom \ sc_makefile_c...
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...he first one is the fully-automated conversion. However, note that the command mentioned uses a file (the .x-sc* one) that is added only in the following patch. The second patch adds rules to help keep things that way: Document and enforce the new spaces-only indentation policy. * cfg.mk (disable_temporarily): Remove sc_TAB_in_indentation, to enable the "make syntax-check" that enforces this. * .x-sc_TAB_in_indentation: New file. Exceptions. * HACKING: Document the policy, with tips on how to conform. >From 2f1a50d81671810256dce0852e6b1e0810ac44af Mon Sep 17 00:00:00 2001 Fr...