Skip to content

Commit 6758e5a

Browse files
committed
Update after gnulib changed.
1 parent 40d3b02 commit 6758e5a

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
/build-aux/config.rpath
1313
/build-aux/install-reloc
1414
/build-aux/reloc-ldflags
15-
/build-aux/snippet/_Noreturn.h
16-
/build-aux/snippet/arg-nonnull.h
17-
/build-aux/snippet/c++defs.h
18-
/build-aux/snippet/warn-on-use.h
1915
/doc/relocatable.texi
2016
/libcharset/INSTALL.generic
2117
/libcharset/build-aux/config.libpath
@@ -49,15 +45,13 @@
4945
/srclib/getprogname.c
5046
/srclib/getprogname.h
5147
/srclib/gettext.h
52-
/srclib/gettimeofday.c
5348
/srclib/intprops.h
5449
/srclib/limits.in.h
5550
/srclib/localcharset.h
5651
/srclib/lstat.c
5752
/srclib/malloc.c
5853
/srclib/malloca.c
5954
/srclib/malloca.h
60-
/srclib/malloca.valgrind
6155
/srclib/msvc-inval.c
6256
/srclib/msvc-inval.h
6357
/srclib/msvc-nothrow.c
@@ -96,7 +90,6 @@
9690
/srclib/stripslash.c
9791
/srclib/sys-limits.h
9892
/srclib/sys_stat.in.h
99-
/srclib/sys_time.in.h
10093
/srclib/sys_types.in.h
10194
/srclib/time.in.h
10295
/srclib/unistd.c

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-01-27 Bruno Haible <bruno@clisp.org>
2+
3+
Update after gnulib changed.
4+
* Makefile.in (GNULIB_IMPORTED_FILES): Remove build-aux/snippet/*.
5+
16
2019-01-27 Bruno Haible <bruno@clisp.org>
27

38
Update support for building with MSVC. Automake does not install ar-lib.

Makefile.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,7 @@ GNULIB_IMPORTED_FILES = \
194194
build-aux/config.rpath \
195195
build-aux/config.sub \
196196
build-aux/install-reloc \
197-
build-aux/reloc-ldflags \
198-
build-aux/snippet/arg-nonnull.h \
199-
build-aux/snippet/c++defs.h \
200-
build-aux/snippet/_Noreturn.h \
201-
build-aux/snippet/warn-on-use.h
197+
build-aux/reloc-ldflags
202198
IMPORTED_FILES = \
203199
COPYING COPYING.LIB \
204200
ABOUT-NLS INSTALL.generic \

0 commit comments

Comments
 (0)