Displaying 5 results from an estimated 5 matches for "sc_file_system".
2015 Mar 11
2
[PATCH] maint.mk: remove error_message_period check
...Error messages should not end with a period
-sc_error_message_period:
- @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \
- | grep -E '[^."]\."' && \
- { echo '$(ME): found error message ending in period' 1>&2; \
- exit 1; } || :
-
sc_file_system:
@prohibit=file''system \
ignore_case=1 \
--
2.1.0
2015 Mar 12
1
Re: [PATCH] maint.mk: remove error_message_period check
...e_period:
> > - @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \
> > - | grep -E '[^."]\."' && \
> > - { echo '$(ME): found error message ending in period' 1>&2; \
> > - exit 1; } || :
> > -
> > sc_file_system:
> > @prohibit=file''system \
> > ignore_case=1 \
> > --
> > 2.1.0
>
> It seems as if maint.mk is generated, although I have no idea where ...
>
Looks like gnulib did this.
Or we changed our error messages as gnulib's suggestion?
Rega...
2015 Mar 12
0
Re: [PATCH] maint.mk: remove error_message_period check
...a period
> -sc_error_message_period:
> - @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \
> - | grep -E '[^."]\."' && \
> - { echo '$(ME): found error message ending in period' 1>&2; \
> - exit 1; } || :
> -
> sc_file_system:
> @prohibit=file''system \
> ignore_case=1 \
> --
> 2.1.0
It seems as if maint.mk is generated, although I have no idea where ...
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization bl...
2009 Sep 24
1
enabling more syntax-checks
...p = \
sc_po_check \
- changelog-check \
- check-AUTHORS \
- makefile-check \
- makefile_path_separator_check \
- patch-check \
sc_GPL_version \
- sc_always_defined_macros \
- sc_cast_of_alloca_return_value \
- sc_dd_max_sym_length \
sc_error_exit_success \
sc_file_system \
- sc_immutable_NEWS \
sc_makefile_path_separator_check \
sc_obsolete_symbols \
- sc_prohibit_S_IS_definition \
sc_prohibit_atoi_atof \
- sc_prohibit_jm_in_m4 \
sc_prohibit_quote_without_use \
sc_prohibit_quotearg_without_use \
sc_prohibit_stat_st_blocks \
sc_p...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...p = \
+ sc_po_check \
+ changelog-check \
+ check-AUTHORS \
+ makefile-check \
+ makefile_path_separator_check \
+ patch-check \
+ sc_GPL_version \
+ sc_always_defined_macros \
+ sc_cast_of_alloca_return_value \
+ sc_dd_max_sym_length \
+ sc_error_exit_success \
+ sc_file_system \
+ sc_immutable_NEWS \
+ sc_makefile_path_separator_check \
+ sc_obsolete_symbols \
+ sc_prohibit_S_IS_definition \
+ sc_prohibit_atoi_atof \
+ sc_prohibit_jm_in_m4 \
+ sc_prohibit_quote_without_use \
+ sc_prohibit_quotearg_without_use \
+ sc_prohibit_stat_st_blocks \
+ sc_p...