Displaying 1 result from an estimated 1 matches for "3b0b45e".
Did you mean:
  3.045e
  
2012 Sep 17
1
[PATCH libguestfs] maint: remove a subsumed syntax-check rule
...ck rule
* cfg.mk (sc_prohibit_trailing_blank_lines): Remove rule.  It is now
subsumed by the much more efficient sc_prohibit_empty_lines_at_EOF
rule in gnulib's maint.mk.
---
 cfg.mk | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/cfg.mk b/cfg.mk
index e619f0a..3b0b45e 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize Makefile.maint.                           -*- makefile -*-
-# Copyright (C) 2003-2009 Free Software Foundation, Inc.
+# Copyright (C) 2003-2012 Free Software Foundation, Inc.
 # This program is free software: you can redistribute it and...