1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

Rename module 'unused-parameter' to 'snippet/unused-parameter'.

* modules/snippet/unused-parameter: Renamed from
modules/unused-parameter.
(Files, Makefile.am): Update.
* build-aux/snippet/unused-parameter.h: Renamed from
build-aux/unused-parameter.h.
* modules/selinux-h (Depends-on): Update.
* modules/unistr/base (Depends-on): Update.
* MODULES.html.sh (Core language properties): Update.
This commit is contained in:
Bruno Haible
2011-07-12 11:43:19 +02:00
parent 213fd24751
commit 620ece7758
6 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
2011-07-12 Bruno Haible <bruno@clisp.org>
Rename module 'unused-parameter' to 'snippet/unused-parameter'.
* modules/snippet/unused-parameter: Renamed from
modules/unused-parameter.
(Files, Makefile.am): Update.
* build-aux/snippet/unused-parameter.h: Renamed from
build-aux/unused-parameter.h.
* modules/selinux-h (Depends-on): Update.
* modules/unistr/base (Depends-on): Update.
* MODULES.html.sh (Core language properties): Update.
2011-07-12 Bruno Haible <bruno@clisp.org> 2011-07-12 Bruno Haible <bruno@clisp.org>
Rename module 'link-warning' to 'snippet/link-warning'. Rename module 'link-warning' to 'snippet/link-warning'.

View File

@@ -2012,7 +2012,7 @@ func_all_modules ()
func_module func func_module func
func_module inline func_module inline
func_module longlong func_module longlong
func_module unused-parameter func_module snippet/unused-parameter
func_module va-args func_module va-args
func_module vararrays func_module vararrays
func_end_table func_end_table

View File

@@ -10,7 +10,7 @@ m4/selinux-selinux-h.m4
Depends-on: Depends-on:
errno errno
unused-parameter snippet/unused-parameter
configure.ac: configure.ac:
gl_HEADERS_SELINUX_SELINUX_H gl_HEADERS_SELINUX_SELINUX_H

View File

@@ -5,7 +5,7 @@ Applicability:
all all
Files: Files:
build-aux/unused-parameter.h build-aux/snippet/unused-parameter.h
Depends-on: Depends-on:
@@ -19,12 +19,12 @@ Makefile.am:
BUILT_SOURCES += unused-parameter.h BUILT_SOURCES += unused-parameter.h
# The unused-parameter.h that gets inserted into generated .h files is the same # The unused-parameter.h that gets inserted into generated .h files is the same
# as build-aux/unused-parameter.h, except that it has the copyright header cut # as build-aux/snippet/unused-parameter.h, except that it has the copyright
# off. # header cut off.
unused-parameter.h: $(top_srcdir)/build-aux/unused-parameter.h unused-parameter.h: $(top_srcdir)/build-aux/snippet/unused-parameter.h
$(AM_V_GEN)rm -f $@-t $@ && \ $(AM_V_GEN)rm -f $@-t $@ && \
sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \ sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \
< $(top_srcdir)/build-aux/unused-parameter.h \ < $(top_srcdir)/build-aux/snippet/unused-parameter.h \
> $@-t && \ > $@-t && \
mv $@-t $@ mv $@-t $@
MOSTLYCLEANFILES += unused-parameter.h unused-parameter.h-t MOSTLYCLEANFILES += unused-parameter.h unused-parameter.h-t

View File

@@ -7,7 +7,7 @@ m4/libunistring-base.m4
Depends-on: Depends-on:
unitypes unitypes
unused-parameter snippet/unused-parameter
stdbool stdbool
inline inline