On 1/7/20 2:09 PM, Daniel Henrique Barboza wrote:
I believe this patch is making my 'make syntax-check'
unhappy:
build-aux/syntax-check.mk: skipping test sc_flake8: flake8 not installed
make[1]: Entering directory '/home/danielhb/kvm-project/libvirt/build/src'
make[1]: Nothing to be done for 'generated-sources'.
make[1]: Leaving directory '/home/danielhb/kvm-project/libvirt/build/src'
../po/Makefile.am:60: -e "s|POT-Creation-Date:[^\]*|POT-Creation-Date:
$(POT_CREATION_DATE)|" \
build-aux/syntax-check.mk: Wrap long lines in Makefiles
make: *** [../build-aux/syntax-check.mk:827: sc_prohibit_long_lines] Error 1
make: *** Waiting for unfinished jobs....
Am I doing something wrong? At first glance it appears that one of
the lines added is a tad too long.
Nevermind, Michal fixed it with a patch of his own ("po: Fix indentation of
SED_PO_FIXUP_ARGS variable")
Thanks,
DHB