search for: sc_trailing_blank

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

2009 Aug 05
1
syntax-check changes
...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 | 2 +- 4 files cha...
2012 Aug 28
1
[PATCH hivex 1/2] maint: avoid some syntax-check test failures
...railing spaces. --- cfg.mk | 7 +++++-- sh/hivexsh.pod | 24 ++++++++++++------------ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/cfg.mk b/cfg.mk index c1334fe..528f722 100644 --- a/cfg.mk +++ b/cfg.mk @@ -14,8 +14,11 @@ gnulib_dir = .gnulib exclude_file_name_regexp--sc_trailing_blank = \ ^sh/hivexsh\.pod$$ -exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \ - ^images/minimal$$ +_img_regexp = ^images/(minimal|rlenvalue_test_hive)$$ +exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = $(_img_regexp) +exclude_file_name_regexp--sc_trailing_blank = $(_img_regex...
2012 Sep 16
3
Remaining syntax-check errors in libguestfs
...ata/lib-x86_64.so matches > Binary file tests/guests/guest-aux/minimal-hive matches > Binary file tests/guests/guest-aux/windows-software matches > Binary file tests/guests/guest-aux/windows-system matches > tools/virt-win-reg:711: > maint.mk: found trailing blank(s) > make: *** [sc_trailing_blank] Error 1 Binary files should probably not be matched. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...\ + sc_makefile_TAB_only_indentation \ + sc_unmarked_diagnostics \ + sc_TAB_in_indentation \ + sc_prohibit_ctype_h \ + sc_prohibit_asprintf \ + sc_m4_quote_check \ + sc_prohibit_trailing_blank_lines \ + sc_avoid_ctype_macros \ + sc_const_long_option \ + sc_avoid_write \ + sc_trailing_blank + # Avoid uses of write(2). Either switch to streams (fwrite), or use # the safewrite wrapper. sc_avoid_write: -- 1.6.3.3