[libvirt] [PATCH] build: avoid 'make syntax-check' failure

Eric Blake eblake at redhat.com
Mon Jan 3 16:27:58 UTC 2011


* cfg.mk (local-checks-to-skip): Add sc_copyright_check, since we
don't use version-etc module.
---

This is the simpler variant that avoids a .gnulib update.  While
gnulib has had a lot of recent fixes, most of them have been for
HP-UX, Solaris, OSF/1, or Haiku (not primary targets of libvirt
compilation at the moment), and many of the fixes are to modules not
used by libvirt.  Do we want to go with this more minimalistic patch
instead?

 cfg.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 03186b3..539dbcb 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize Makefile.maint.                           -*- makefile -*-
-# Copyright (C) 2003-2010 Free Software Foundation, Inc.
+# Copyright (C) 2009-2011 Red Hat, Inc.
+# Copyright (C) 2003-2010 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -37,6 +37,7 @@ local-checks-to-skip =			\
   sc_GPL_version			\
   sc_always_defined_macros		\
   sc_cast_of_alloca_return_value	\
+  sc_copyright_check			\
   sc_cross_check_PATH_usage_in_tests	\
   sc_dd_max_sym_length			\
   sc_error_exit_success			\
-- 
1.7.3.4




More information about the libvir-list mailing list