mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
snippets: move unadjusted snippet sources to lib
Problem reported by Michal Privoznik in: http://lists.gnu.org/archive/html/bug-gnulib/2017-03/msg00039.html * lib/_Noreturn.h: Rename from build-aux/snippet/_Noreturn.h. * lib/arg-nonnull.h: Rename from build-aux/snippet/arg-nonnull.h. * lib/c++defs.h: Rename from build-aux/snippet/c++defs.h. * lib/unused-parameter.h: Rename from build-aux/snippet/unused-parameter.h. * lib/warn-on-use.h: Rename from build-aux/snippet/warn-on-use.h. * modules/snippet/_Noreturn (Files:, _NORETURN_H): * modules/snippet/arg-nonnull (Files:, ARG_NONNULL_H): * modules/snippet/c++defs (Files:, CXXDEFS_H): * modules/snippet/unused-parameter (Files:, UNUSED_PARAMETER_H): * modules/snippet/warn-on-use (Files: WARN_ON_USE_H): Adjust to file renamings.
This commit is contained in:
18
ChangeLog
18
ChangeLog
@@ -1,3 +1,21 @@
|
||||
2017-03-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
snippets: move unadjusted snippet sources to lib
|
||||
Problem reported by Michal Privoznik in:
|
||||
http://lists.gnu.org/archive/html/bug-gnulib/2017-03/msg00039.html
|
||||
* lib/_Noreturn.h: Rename from build-aux/snippet/_Noreturn.h.
|
||||
* lib/arg-nonnull.h: Rename from build-aux/snippet/arg-nonnull.h.
|
||||
* lib/c++defs.h: Rename from build-aux/snippet/c++defs.h.
|
||||
* lib/unused-parameter.h: Rename from
|
||||
build-aux/snippet/unused-parameter.h.
|
||||
* lib/warn-on-use.h: Rename from build-aux/snippet/warn-on-use.h.
|
||||
* modules/snippet/_Noreturn (Files:, _NORETURN_H):
|
||||
* modules/snippet/arg-nonnull (Files:, ARG_NONNULL_H):
|
||||
* modules/snippet/c++defs (Files:, CXXDEFS_H):
|
||||
* modules/snippet/unused-parameter (Files:, UNUSED_PARAMETER_H):
|
||||
* modules/snippet/warn-on-use (Files: WARN_ON_USE_H):
|
||||
Adjust to file renamings.
|
||||
|
||||
2017-03-14 Mathieu Lirzin <mthl@gnu.org>
|
||||
|
||||
gnulib-tool: don't automatically distribute files from top/
|
||||
|
@@ -5,7 +5,7 @@ Applicability:
|
||||
all
|
||||
|
||||
Files:
|
||||
build-aux/snippet/_Noreturn.h
|
||||
lib/_Noreturn.h
|
||||
|
||||
Depends-on:
|
||||
|
||||
@@ -16,7 +16,7 @@ Makefile.am:
|
||||
# gnulib Makefile snippets, it must be present in all makefiles that
|
||||
# need it. This is ensured by the applicability 'all' defined above.
|
||||
|
||||
_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
|
||||
_NORETURN_H=$(srcdir)/_Noreturn.h
|
||||
|
||||
Include:
|
||||
|
||||
|
@@ -5,7 +5,7 @@ Applicability:
|
||||
all
|
||||
|
||||
Files:
|
||||
build-aux/snippet/arg-nonnull.h
|
||||
lib/arg-nonnull.h
|
||||
|
||||
Depends-on:
|
||||
|
||||
@@ -16,7 +16,7 @@ Makefile.am:
|
||||
# gnulib Makefile snippets, it must be present in all makefiles that
|
||||
# need it. This is ensured by the applicability 'all' defined above.
|
||||
|
||||
ARG_NONNULL_H=$(top_srcdir)/build-aux/snippet/arg-nonnull.h
|
||||
ARG_NONNULL_H=$(srcdir)/arg-nonnull.h
|
||||
|
||||
Include:
|
||||
|
||||
|
@@ -5,7 +5,7 @@ Applicability:
|
||||
all
|
||||
|
||||
Files:
|
||||
build-aux/snippet/c++defs.h
|
||||
lib/c++defs.h
|
||||
|
||||
Depends-on:
|
||||
|
||||
@@ -16,7 +16,7 @@ Makefile.am:
|
||||
# gnulib Makefile snippets, it must be present in all makefiles that
|
||||
# need it. This is ensured by the applicability 'all' defined above.
|
||||
|
||||
CXXDEFS_H=$(top_srcdir)/build-aux/snippet/c++defs.h
|
||||
CXXDEFS_H=$(srcdir)/c++defs.h
|
||||
|
||||
Include:
|
||||
|
||||
|
@@ -5,7 +5,7 @@ Applicability:
|
||||
all
|
||||
|
||||
Files:
|
||||
build-aux/snippet/unused-parameter.h
|
||||
lib/unused-parameter.h
|
||||
|
||||
Depends-on:
|
||||
|
||||
@@ -16,7 +16,7 @@ Makefile.am:
|
||||
# gnulib Makefile snippets, it must be present in all makefiles that
|
||||
# need it. This is ensured by the applicability 'all' defined above.
|
||||
|
||||
UNUSED_PARAMETER_H=$(top_srcdir)/build-aux/snippet/unused-parameter.h
|
||||
UNUSED_PARAMETER_H=$(srcdir)/unused-parameter.h
|
||||
|
||||
Include:
|
||||
|
||||
|
@@ -5,7 +5,7 @@ Applicability:
|
||||
all
|
||||
|
||||
Files:
|
||||
build-aux/snippet/warn-on-use.h
|
||||
lib/warn-on-use.h
|
||||
m4/warn-on-use.m4
|
||||
|
||||
Depends-on:
|
||||
@@ -17,7 +17,7 @@ Makefile.am:
|
||||
# gnulib Makefile snippets, it must be present in all makefiles that
|
||||
# need it. This is ensured by the applicability 'all' defined above.
|
||||
|
||||
WARN_ON_USE_H=$(top_srcdir)/build-aux/snippet/warn-on-use.h
|
||||
WARN_ON_USE_H=$(srcdir)/warn-on-use.h
|
||||
|
||||
Include:
|
||||
|
||||
|
Reference in New Issue
Block a user