mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
Add the update-copyright gnulib module.
* import-gnulib.config (maintainer_modules): Separate out the modules primarily useful for maintainer activities. Add 'update-copyright' to this. * build-aux/.cvsignore: Ignore update-copyright, since it's installed by gnulib. * build-aux/.gitignore: Likewise. Signed-off-by: James Youngman <jay@gnu.org>
This commit is contained in:
parent
0a1c5b8287
commit
ead2b68cb8
@ -1,5 +1,13 @@
|
||||
2010-04-03 James Youngman <jay@gnu.org>
|
||||
|
||||
Add the update-copyright gnulib module.
|
||||
* import-gnulib.config (maintainer_modules): Separate out the
|
||||
modules primarily useful for maintainer activities. Add
|
||||
'update-copyright' to this.
|
||||
* build-aux/.cvsignore: Ignore update-copyright, since it's
|
||||
installed by gnulib.
|
||||
* build-aux/.gitignore: Likewise.
|
||||
|
||||
Ignore generated files for the convenience of non-VPATH users.
|
||||
* lib/.gitignore: Ignore object and archive files.
|
||||
* find/.gitignore: Likewise.
|
||||
|
||||
@ -17,3 +17,4 @@ warn-on-use.h
|
||||
c++defs.h
|
||||
useless-if-before-free
|
||||
vc-list-files
|
||||
update-copyright
|
||||
|
||||
1
build-aux/.gitignore
vendored
1
build-aux/.gitignore
vendored
@ -16,3 +16,4 @@ compile
|
||||
/c++defs.h
|
||||
/useless-if-before-free
|
||||
/vc-list-files
|
||||
/update-copyright
|
||||
|
||||
@ -18,6 +18,11 @@ build-aux/texinfo.tex
|
||||
|
||||
gpl3_update_files=''
|
||||
|
||||
# gnulib modules needed only for maintainer things.
|
||||
maintainer_modules='
|
||||
maintainer-makefile
|
||||
update-copyright
|
||||
'
|
||||
|
||||
# Modules needed for findutils.
|
||||
# We need regex to ensure that we can build on platforms like
|
||||
@ -53,7 +58,6 @@ idcache
|
||||
inline
|
||||
inttypes
|
||||
lstat
|
||||
maintainer-makefile
|
||||
malloc
|
||||
math
|
||||
mbrtowc
|
||||
@ -98,7 +102,7 @@ xstrtod
|
||||
xstrtol
|
||||
xstrtoumax
|
||||
yesno
|
||||
'
|
||||
'"${maintainer_modules}"
|
||||
|
||||
# Obsolete modules we've removed.
|
||||
# memcmp memset
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user