[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60358] [PATCH v9 3/4] gnu: Add gnulib.
From: |
Vivien Kraus |
Subject: |
[bug#60358] [PATCH v9 3/4] gnu: Add gnulib. |
Date: |
Sun, 01 Jan 2023 17:55:49 +0100 |
User-agent: |
Evolution 3.46.0 |
Le dimanche 01 janvier 2023 à 17:25 +0100, Liliana Marie Prikler a
écrit :
> > + (substitute* "cfg.mk"
> > + (("local-checks-to-skip =")
> > + ;; sc_copyright_check fails because the fake
> > commit
> > date may
> > + ;; be later than the copyright year.
> > + "local-checks-to-skip = \\
> > + sc_Wundef_boolean \\
> > + sc_copyright_check \\
> > + sc_file_system \\
> > + sc_indent \\
> > + sc_keep_gnulib_texi_files_mostly_ascii \\
> > + sc_prohibit_assert_without_use \\
> > + sc_prohibit_close_stream_without_use \\
> > + sc_prohibit_defined_have_decl_tests \\
> > + sc_prohibit_doubled_word \\
> > + sc_prohibit_empty_lines_at_EOF \\
> > + sc_prohibit_intprops_without_use \\
> > + sc_prohibit_openat_without_use \\
> > + sc_prohibit_test_minus_ao \\
> > + sc_unportable_grep_q"))
> Can we provide these via #:make-flags (assuming they get forwarded
> through copy-build-system)?
The copy-build-system does not recognize #:make-flags, unfortunately.
Vivien