]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: move the update-copyright rule to gnulib's maint.mk
authorJim Meyering <meyering@redhat.com>
Tue, 4 Aug 2009 08:06:41 +0000 (10:06 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 4 Aug 2009 10:06:32 +0000 (12:06 +0200)
* 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
gnulib
m4/check-decl.m4

index a243b7f241ffb016ac3ee9e0c511d25ce9fb5aea..e6a880d51798e4dbbdf671e874cc894c381d7ed8 100644 (file)
@@ -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 82e60ea16931aa9a02346900bd90fe904341bf62..8eda5d5ddd593f97e1ca524ef4c87d178f5c5d92 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 82e60ea16931aa9a02346900bd90fe904341bf62
+Subproject commit 8eda5d5ddd593f97e1ca524ef4c87d178f5c5d92
index e2d20f3f83886aa39365eddeb1b6fd4dd2e63e7f..d1a520a710ec5f26c04fdc49d1cec8f0ddd6ca53 100644 (file)
@@ -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,