mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Rename module 'link-warning' to 'snippet/link-warning'.
* modules/snippet/link-warning: Renamed from modules/link-warning. (Files, Makefile.am): Update. * build-aux/snippet/link-warning.h: Renamed from build-aux/link-warning.h. * MODULES.html.sh (Support for building libraries and executables): Update.
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
2011-07-12 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Rename module 'link-warning' to 'snippet/link-warning'.
|
||||
* modules/snippet/link-warning: Renamed from modules/link-warning.
|
||||
(Files, Makefile.am): Update.
|
||||
* build-aux/snippet/link-warning.h: Renamed from
|
||||
build-aux/link-warning.h.
|
||||
* MODULES.html.sh (Support for building libraries and executables):
|
||||
Update.
|
||||
|
||||
Rename module 'c++defs' to 'snippet/c++defs'.
|
||||
* modules/snippet/c++defs: Renamed from modules/c++defs.
|
||||
(Files, Makefile.am): Update.
|
||||
|
@@ -3451,7 +3451,7 @@ func_all_modules ()
|
||||
func_module lib-ignore
|
||||
func_module lib-msvc-compat
|
||||
func_module lib-symbol-versions
|
||||
func_module link-warning
|
||||
func_module snippet/link-warning
|
||||
func_module manywarnings
|
||||
func_module no-c++
|
||||
func_module relocatable-lib
|
||||
|
@@ -5,7 +5,7 @@ Applicability:
|
||||
all
|
||||
|
||||
Files:
|
||||
build-aux/link-warning.h
|
||||
build-aux/snippet/link-warning.h
|
||||
|
||||
Depends-on:
|
||||
|
||||
@@ -20,11 +20,12 @@ Makefile.am:
|
||||
|
||||
BUILT_SOURCES += link-warning.h
|
||||
# The link-warning.h that gets inserted into generated .h files is the same as
|
||||
# build-aux/link-warning.h, except that it has the copyright header cut off.
|
||||
link-warning.h: $(top_srcdir)/build-aux/link-warning.h
|
||||
# build-aux/snippet/link-warning.h, except that it has the copyright header cut
|
||||
# off.
|
||||
link-warning.h: $(top_srcdir)/build-aux/snippet/link-warning.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
sed -n -e '/HAVE_FEATURES_H/,$$p' \
|
||||
< $(top_srcdir)/build-aux/link-warning.h \
|
||||
< $(top_srcdir)/build-aux/snippet/link-warning.h \
|
||||
| sed -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
|
||||
> $@-t && \
|
||||
mv $@-t $@
|
||||
@@ -39,4 +40,3 @@ LGPLv2+
|
||||
|
||||
Maintainer:
|
||||
Bruno Haible
|
||||
|
Reference in New Issue
Block a user