From a415225605682fa2b99e0ada727073520bc70cf6 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 23 May 2022 14:33:01 +0200 Subject: [PATCH] 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 Reviewed-by: Michal Privoznik --- build-aux/syntax-check.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk index 09e7a014a3..3ae5abd11a 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -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.