syntax-check: Add versioning information

Our copy of syntax-check has diverged quite a bit from the
gnulib original, but a lot of the core logic has remained
identical and it would be nice if we could periodically pull
improvements.

To make this manageable, record the gnulib commit our copy is
derived from: this way, the person updating the file will know
the range of gnulib commits that they have to consider.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Andrea Bolognani 2022-05-23 14:33:01 +02:00
parent 7de9b74a84
commit a415225605

View File

@ -2,6 +2,10 @@
# Rules for running syntax-check, derived from gnulib's
# maint.mk
#
# Specifically, all shared code should match gnulib commit
#
# 1f6fb368c04919243e2c70f2aa514a5f88e95309 (2019-08-19)
#
# Copyright (C) 2008-2019 Red Hat, Inc.
# Copyright (C) 2003-2019 Free Software Foundation, Inc.