summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-05-23 14:33:01 +0200
committerAndrea Bolognani <abologna@redhat.com>2022-05-24 15:48:53 +0200
commita415225605682fa2b99e0ada727073520bc70cf6 (patch)
tree0628485dd6f8db98c3a79c4cc1580ec18492ed2c /build-aux
parent7de9b74a84d7333030747dfd0522066b1f7f9831 (diff)
downloadlibvirt-a415225605682fa2b99e0ada727073520bc70cf6.tar.gz
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>
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/syntax-check.mk4
1 files changed, 4 insertions, 0 deletions
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.