195 lines
9.9 KiB
Diff
195 lines
9.9 KiB
Diff
diff -Naur augeas-1.12.0.orig/gnulib/tests/Makefile.in augeas-1.12.0/gnulib/tests/Makefile.in
|
|
--- augeas-1.12.0.orig/gnulib/tests/Makefile.in 2020-07-07 08:59:05.263213656 +0200
|
|
+++ augeas-1.12.0/gnulib/tests/Makefile.in 2020-07-07 09:14:46.868061549 +0200
|
|
@@ -133,7 +133,7 @@
|
|
test-isblank$(EXEEXT) test-langinfo$(EXEEXT) \
|
|
test-limits-h$(EXEEXT) test-listen$(EXEEXT) \
|
|
test-locale$(EXEEXT) test-localeconv$(EXEEXT) \
|
|
- test-localename$(EXEEXT) test-rwlock1$(EXEEXT) \
|
|
+ test-localename$(EXEEXT) \
|
|
test-lock$(EXEEXT) test-once1$(EXEEXT) test-once2$(EXEEXT) \
|
|
test-lstat$(EXEEXT) test-malloca$(EXEEXT) test-mbrtowc1.sh \
|
|
test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh \
|
|
@@ -165,7 +165,7 @@
|
|
test-sys_stat$(EXEEXT) test-sys_time$(EXEEXT) \
|
|
test-sys_types$(EXEEXT) test-sys_uio$(EXEEXT) \
|
|
test-sys_wait$(EXEEXT) test-init.sh test-thread_self$(EXEEXT) \
|
|
- test-thread_create$(EXEEXT) test-time$(EXEEXT) \
|
|
+ test-time$(EXEEXT) \
|
|
test-unistd$(EXEEXT) test-unsetenv$(EXEEXT) \
|
|
test-usleep$(EXEEXT) test-vasnprintf$(EXEEXT) \
|
|
test-vasprintf$(EXEEXT) test-verify$(EXEEXT) test-verify.sh \
|
|
@@ -196,7 +196,7 @@
|
|
test-isblank$(EXEEXT) test-langinfo$(EXEEXT) \
|
|
test-limits-h$(EXEEXT) test-listen$(EXEEXT) \
|
|
test-locale$(EXEEXT) test-localeconv$(EXEEXT) \
|
|
- test-localename$(EXEEXT) test-rwlock1$(EXEEXT) \
|
|
+ test-localename$(EXEEXT) \
|
|
test-lock$(EXEEXT) test-once1$(EXEEXT) test-once2$(EXEEXT) \
|
|
test-lstat$(EXEEXT) test-malloca$(EXEEXT) \
|
|
test-mbrtowc$(EXEEXT) test-mbrtowc-w32$(EXEEXT) \
|
|
@@ -227,7 +227,7 @@
|
|
test-sys_stat$(EXEEXT) test-sys_time$(EXEEXT) \
|
|
test-sys_types$(EXEEXT) test-sys_uio$(EXEEXT) \
|
|
test-sys_wait$(EXEEXT) test-thread_self$(EXEEXT) \
|
|
- test-thread_create$(EXEEXT) test-time$(EXEEXT) \
|
|
+ test-time$(EXEEXT) \
|
|
test-unistd$(EXEEXT) test-unsetenv$(EXEEXT) \
|
|
test-usleep$(EXEEXT) test-vasnprintf$(EXEEXT) \
|
|
test-vasprintf$(EXEEXT) test-verify$(EXEEXT) \
|
|
@@ -783,9 +783,6 @@
|
|
test_regex_SOURCES = test-regex.c
|
|
test_regex_OBJECTS = test-regex.$(OBJEXT)
|
|
test_regex_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
|
|
-test_rwlock1_SOURCES = test-rwlock1.c
|
|
-test_rwlock1_OBJECTS = test-rwlock1.$(OBJEXT)
|
|
-test_rwlock1_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_safe_alloc_SOURCES = test-safe-alloc.c
|
|
test_safe_alloc_OBJECTS = test-safe-alloc.$(OBJEXT)
|
|
test_safe_alloc_LDADD = $(LDADD)
|
|
@@ -953,9 +950,6 @@
|
|
test_sys_wait_LDADD = $(LDADD)
|
|
test_sys_wait_DEPENDENCIES = libtests.a ../../gnulib/lib/libgnu.la \
|
|
libtests.a $(am__DEPENDENCIES_1)
|
|
-test_thread_create_SOURCES = test-thread_create.c
|
|
-test_thread_create_OBJECTS = test-thread_create.$(OBJEXT)
|
|
-test_thread_create_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
test_thread_self_SOURCES = test-thread_self.c
|
|
test_thread_self_OBJECTS = test-thread_self.$(OBJEXT)
|
|
test_thread_self_DEPENDENCIES = $(am__DEPENDENCIES_2)
|
|
@@ -1166,7 +1160,7 @@
|
|
$(test_once2_SOURCES) test-open.c test-pathmax.c test-perror.c \
|
|
test-perror2.c test-pipe.c test-pthread_sigmask1.c \
|
|
test-pthread_sigmask2.c test-raise.c test-rawmemchr.c \
|
|
- test-readlink.c test-regex.c test-rwlock1.c test-safe-alloc.c \
|
|
+ test-readlink.c test-regex.c test-safe-alloc.c \
|
|
test-select.c test-select-fd.c test-select-stdin.c \
|
|
test-setenv.c test-setlocale1.c test-setlocale2.c \
|
|
test-setsockopt.c test-sigaction.c test-signal-h.c \
|
|
@@ -1177,7 +1171,7 @@
|
|
test-strstr.c test-symlink.c test-sys_ioctl.c \
|
|
test-sys_select.c test-sys_socket.c test-sys_stat.c \
|
|
test-sys_time.c test-sys_types.c test-sys_uio.c \
|
|
- test-sys_wait.c test-thread_create.c test-thread_self.c \
|
|
+ test-sys_wait.c test-thread_self.c \
|
|
test-time.c test-unistd.c test-unsetenv.c test-usleep.c \
|
|
test-vasnprintf.c test-vasprintf.c test-verify.c \
|
|
test-verify-try.c test-wchar.c test-wcrtomb.c \
|
|
@@ -1204,7 +1198,7 @@
|
|
$(test_once2_SOURCES) test-open.c test-pathmax.c test-perror.c \
|
|
test-perror2.c test-pipe.c test-pthread_sigmask1.c \
|
|
test-pthread_sigmask2.c test-raise.c test-rawmemchr.c \
|
|
- test-readlink.c test-regex.c test-rwlock1.c test-safe-alloc.c \
|
|
+ test-readlink.c test-regex.c test-safe-alloc.c \
|
|
test-select.c test-select-fd.c test-select-stdin.c \
|
|
test-setenv.c test-setlocale1.c test-setlocale2.c \
|
|
test-setsockopt.c test-sigaction.c test-signal-h.c \
|
|
@@ -1215,7 +1209,7 @@
|
|
test-strstr.c test-symlink.c test-sys_ioctl.c \
|
|
test-sys_select.c test-sys_socket.c test-sys_stat.c \
|
|
test-sys_time.c test-sys_types.c test-sys_uio.c \
|
|
- test-sys_wait.c test-thread_create.c test-thread_self.c \
|
|
+ test-sys_wait.c test-thread_self.c \
|
|
test-time.c test-unistd.c test-unsetenv.c test-usleep.c \
|
|
test-vasnprintf.c test-vasprintf.c test-verify.c \
|
|
test-verify-try.c test-wchar.c test-wcrtomb.c \
|
|
@@ -2533,7 +2527,7 @@
|
|
w32sock.h test-listen.c signature.h macros.h \
|
|
test-localcharset.c test-locale.c test-localeconv.c \
|
|
signature.h macros.h localename-table.h localename.h \
|
|
- test-localename.c macros.h test-rwlock1.c test-lock.c \
|
|
+ test-localename.c macros.h test-lock.c \
|
|
test-once.c test-lstat.h test-lstat.c signature.h macros.h \
|
|
test-malloca.c test-mbrtowc1.sh test-mbrtowc2.sh \
|
|
test-mbrtowc3.sh test-mbrtowc4.sh test-mbrtowc5.sh \
|
|
@@ -2583,7 +2577,7 @@
|
|
test-sys_socket.c test-sys_stat.c test-sys_time.c \
|
|
test-sys_types.c sys_uio.in.h test-sys_uio.c test-sys_wait.c \
|
|
test-sys_wait.h init.sh test-init.sh test-thread_self.c \
|
|
- test-thread_create.c macros.h test-time.c test-unistd.c \
|
|
+ macros.h test-time.c test-unistd.c \
|
|
unsetenv.c test-unsetenv.c signature.h macros.h usleep.c \
|
|
test-usleep.c signature.h macros.h test-vasnprintf.c macros.h \
|
|
test-vasprintf.c signature.h macros.h test-verify.c \
|
|
@@ -2641,7 +2635,6 @@
|
|
test_inet_pton_LDADD = $(LDADD) @INET_PTON_LIB@
|
|
test_listen_LDADD = $(LDADD) @LIBSOCKET@
|
|
test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD)
|
|
-test_rwlock1_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
|
|
test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
|
|
test_once1_SOURCES = test-once.c
|
|
test_once1_LDADD = $(LDADD) @LIBTHREAD@
|
|
@@ -2684,7 +2677,6 @@
|
|
test_stat_LDADD = $(LDADD) $(LIBINTL)
|
|
test_stat_time_LDADD = $(LDADD) $(LIB_NANOSLEEP)
|
|
test_thread_self_LDADD = $(LDADD) @LIBTHREAD@
|
|
-test_thread_create_LDADD = $(LDADD) @LIBMULTITHREAD@
|
|
all: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|
|
@@ -3053,10 +3045,6 @@
|
|
@rm -f test-regex$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_regex_OBJECTS) $(test_regex_LDADD) $(LIBS)
|
|
|
|
-test-rwlock1$(EXEEXT): $(test_rwlock1_OBJECTS) $(test_rwlock1_DEPENDENCIES) $(EXTRA_test_rwlock1_DEPENDENCIES)
|
|
- @rm -f test-rwlock1$(EXEEXT)
|
|
- $(AM_V_CCLD)$(LINK) $(test_rwlock1_OBJECTS) $(test_rwlock1_LDADD) $(LIBS)
|
|
-
|
|
test-safe-alloc$(EXEEXT): $(test_safe_alloc_OBJECTS) $(test_safe_alloc_DEPENDENCIES) $(EXTRA_test_safe_alloc_DEPENDENCIES)
|
|
@rm -f test-safe-alloc$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_safe_alloc_OBJECTS) $(test_safe_alloc_LDADD) $(LIBS)
|
|
@@ -3201,10 +3189,6 @@
|
|
@rm -f test-sys_wait$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_sys_wait_OBJECTS) $(test_sys_wait_LDADD) $(LIBS)
|
|
|
|
-test-thread_create$(EXEEXT): $(test_thread_create_OBJECTS) $(test_thread_create_DEPENDENCIES) $(EXTRA_test_thread_create_DEPENDENCIES)
|
|
- @rm -f test-thread_create$(EXEEXT)
|
|
- $(AM_V_CCLD)$(LINK) $(test_thread_create_OBJECTS) $(test_thread_create_LDADD) $(LIBS)
|
|
-
|
|
test-thread_self$(EXEEXT): $(test_thread_self_OBJECTS) $(test_thread_self_DEPENDENCIES) $(EXTRA_test_thread_self_DEPENDENCIES)
|
|
@rm -f test-thread_self$(EXEEXT)
|
|
$(AM_V_CCLD)$(LINK) $(test_thread_self_OBJECTS) $(test_thread_self_LDADD) $(LIBS)
|
|
@@ -3385,7 +3369,6 @@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-rawmemchr.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-readlink.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-regex.Po@am__quote@ # am--include-marker
|
|
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-rwlock1.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-safe-alloc.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-select-fd.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-select-stdin.Po@am__quote@ # am--include-marker
|
|
@@ -3422,7 +3405,6 @@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_types.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_uio.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_wait.Po@am__quote@ # am--include-marker
|
|
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-thread_create.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-thread_self.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-time.Po@am__quote@ # am--include-marker
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unistd.Po@am__quote@ # am--include-marker
|
|
@@ -4054,13 +4036,6 @@
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
-test-rwlock1.log: test-rwlock1$(EXEEXT)
|
|
- @p='test-rwlock1$(EXEEXT)'; \
|
|
- b='test-rwlock1'; \
|
|
- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
- --log-file $$b.log --trs-file $$b.trs \
|
|
- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
- "$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-lock.log: test-lock$(EXEEXT)
|
|
@p='test-lock$(EXEEXT)'; \
|
|
b='test-lock'; \
|
|
@@ -4578,13 +4553,6 @@
|
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
--log-file $$b.log --trs-file $$b.trs \
|
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
- "$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
-test-thread_create.log: test-thread_create$(EXEEXT)
|
|
- @p='test-thread_create$(EXEEXT)'; \
|
|
- b='test-thread_create'; \
|
|
- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
|
- --log-file $$b.log --trs-file $$b.trs \
|
|
- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
|
test-time.log: test-time$(EXEEXT)
|
|
@p='test-time$(EXEEXT)'; \
|