bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: move the update-copyright rule to gnulib's maint.mk


From: Jim Meyering
Subject: [PATCH] maint: move the update-copyright rule to gnulib's maint.mk
Date: Tue, 04 Aug 2009 12:47:37 +0200

Now that the update-copyright rule is in gnulib, use that one.

>From c60f151ebdfd47a56991a1fb481b28a2020d27f5 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Tue, 4 Aug 2009 10:06:41 +0200
Subject: [PATCH] maint: move the update-copyright rule to gnulib's maint.mk

* gnulib: Update submodule to get latest maint.mk.
* Makefile.am (update-copyright): Remove rule; now it's in maint.mk.
* m4/check-decl.m4: Update sole remaining copyright year list.
---
 Makefile.am      |    8 --------
 gnulib           |    2 +-
 m4/check-decl.m4 |    4 ++--
 3 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a243b7f..e6a880d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -144,11 +144,3 @@ check-ls-dircolors:
          |sed -n '/^  *"/p'|tr , '\n'|sed 's/^  *//'           \
          |sed -n 's/^"\(..\)"/\1/p'|sort -u);                  \
        test "$$dc" = "$$ls"
-
-.PHONY: update-copyright
-update-copyright:
-       if test -d .git; then                                   \
-         git grep -l -w Copyright                              \
-           | grep -v -E '(^|/)(COPYING|ChangeLog)'             \
-           | xargs $(srcdir)/build-aux/$@;                     \
-       fi
diff --git a/gnulib b/gnulib
index 82e60ea..8eda5d5 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 82e60ea16931aa9a02346900bd90fe904341bf62
+Subproject commit 8eda5d5ddd593f97e1ca524ef4c87d178f5c5d92
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4
index e2d20f3..d1a520a 100644
--- a/m4/check-decl.m4
+++ b/m4/check-decl.m4
@@ -1,8 +1,8 @@
 #serial 24
 # Check declarations for this package.

-dnl Copyright (C) 1997-2001, 2003-2006, 2008
-dnl Free Software Foundation, Inc.
+dnl Copyright (C) 1997-2001, 2003-2006, 2008-2009 Free Software
+dnl Foundation, Inc.

 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
--
1.6.4.70.g9c084




reply via email to

[Prev in Thread] Current Thread [Next in Thread]