bug-grep
[Top][All Lists]
Advanced

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

[PATCH] maint: update bootstrap from gnulib


From: Jim Meyering
Subject: [PATCH] maint: update bootstrap from gnulib
Date: Wed, 22 Jun 2011 08:40:55 +0200

FYI,

>From 63fe2825aae11b595dbfe8d68b605867cc1d9198 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 22 Jun 2011 08:39:44 +0200
Subject: [PATCH] maint: update bootstrap from gnulib

* bootstrap: Update to latest, so it no longer inserts empty lines
in .gitignore files.
* .gitignore: Let bootstrap move "!..." lines to end of file.
---
 .gitignore |   10 +++++-----
 bootstrap  |    4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index 04320a6..818afc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,3 @@
-!/gnulib-tests/Makefile.am
-!/lib/Makefile.am
-!/lib/savedir.c
-!/lib/savedir.h
-!/m4/djgpp.m4
 *.a
 *.exe
 *.o
@@ -58,3 +53,8 @@ ChangeLog
 Makefile
 Makefile.in
 TAGS
+!/gnulib-tests/Makefile.am
+!/lib/Makefile.am
+!/lib/savedir.c
+!/lib/savedir.h
+!/m4/djgpp.m4
diff --git a/bootstrap b/bootstrap
index 522ac70..b286beb 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2011-05-16.16; # UTC
+scriptversion=2011-06-22.06; # UTC

 # Bootstrap this package from checked-out sources.

@@ -290,7 +290,7 @@ sort_patterns() {
     P
     x
     s/^\n//
-  }'
+  }' | sed '/^$/d'
 }

 # If $STR is not already on a line by itself in $FILE, insert it,
--
1.7.6.rc2.295.gb63f3



reply via email to

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