mirror of
https://https.git.savannah.gnu.org/git/grep.git
synced 2026-01-26 15:39:06 +00:00
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.
This commit is contained in:
parent
7caed4e938
commit
63fe2825aa
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user