summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0fe9720)
* cfg.mk: here.
And fix typos.
Reported by Stefano Lattarini.
# Prohibit the use of `...` in tests/. Use $(...) instead.
# Taken from Coreutils.
# Prohibit the use of `...` in tests/. Use $(...) instead.
# Taken from Coreutils.
-sc_prohibit_test_backticks:
- @prohibit='`' in_vc_files='^tests/' \
- halt='use $$(...), not `...` in tests/' \
- $(_sc_search_regexp)
+# Not ready for Bison yet.
+#sc_prohibit_test_backticks:
+# @prohibit='`' in_vc_files='^tests/' \
+# halt='use $$(...), not `...` in tests/' \
+# $(_sc_search_regexp)
# Enforce recommended preprocessor indentation style.
# Taken from Coreutils.
# Enforce recommended preprocessor indentation style.
# Taken from Coreutils.
fi
###########################################################
fi
###########################################################
-# Taken from the Coreitil
_p0 = \([^"'/]\|"\([^\"]\|[\].\)*"\|'\([^\']\|[\].\)*'
_pre = $(_p0)\|[/][^"'/*]\|[/]"\([^\"]\|[\].\)*"\|[/]'\([^\']\|[\].\)*'\)*
_pre_anchored = ^\($(_pre)\)
_p0 = \([^"'/]\|"\([^\"]\|[\].\)*"\|'\([^\']\|[\].\)*'
_pre = $(_p0)\|[/][^"'/*]\|[/]"\([^\"]\|[\].\)*"\|[/]'\([^\']\|[\].\)*'\)*
_pre_anchored = ^\($(_pre)\)