Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: libq/
Date: Sun, 26 Dec 2021 14:00:03
Message-Id: 1640526638.226ee978a882ad95515fb289027646cdbb230515.grobian@gentoo
1 commit: 226ee978a882ad95515fb289027646cdbb230515
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 13:50:38 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 13:50:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=226ee978
7
8 buildsys: regenerate
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 libq/Makefile.in | 44 ++++++++++++++++++++++++++++----------------
13 1 file changed, 28 insertions(+), 16 deletions(-)
14
15 diff --git a/libq/Makefile.in b/libq/Makefile.in
16 index a695113..aa116de 100644
17 --- a/libq/Makefile.in
18 +++ b/libq/Makefile.in
19 @@ -246,21 +246,21 @@ libq_la_LIBADD =
20 am__libq_la_SOURCES_DIST = atom.c atom.h basename.c basename.h \
21 busybox.h colors.c colors.h contents.c contents.h copy_file.c \
22 copy_file.h dep.c dep.h eat_file.c eat_file.h hash.c hash.h \
23 - human_readable.c human_readable.h i18n.h prelink.c prelink.h \
24 - profile.c profile.h rmspace.c rmspace.h safe_io.c safe_io.h \
25 - scandirat.c scandirat.h set.c set.h tree.c tree.h xarray.c \
26 - xarray.h xasprintf.h xchdir.c xchdir.h xmkdir.c xmkdir.h \
27 - xpak.c xpak.h xregex.c xregex.h xsystem.c xsystem.h \
28 - hash_md5_sha1.c hash_md5_sha1.h
29 + human_readable.c human_readable.h i18n.h move_file.c \
30 + move_file.h prelink.c prelink.h profile.c profile.h rmspace.c \
31 + rmspace.h safe_io.c safe_io.h scandirat.c scandirat.h set.c \
32 + set.h tree.c tree.h xarray.c xarray.h xasprintf.h xchdir.c \
33 + xchdir.h xmkdir.c xmkdir.h xpak.c xpak.h xregex.c xregex.h \
34 + xsystem.c xsystem.h hash_md5_sha1.c hash_md5_sha1.h
35 @QMANIFEST_ENABLED_FALSE@@QTEGRITY_ENABLED_FALSE@am__objects_1 = libq_la-hash_md5_sha1.lo
36 am__objects_2 = libq_la-atom.lo libq_la-basename.lo libq_la-colors.lo \
37 libq_la-contents.lo libq_la-copy_file.lo libq_la-dep.lo \
38 libq_la-eat_file.lo libq_la-hash.lo libq_la-human_readable.lo \
39 - libq_la-prelink.lo libq_la-profile.lo libq_la-rmspace.lo \
40 - libq_la-safe_io.lo libq_la-scandirat.lo libq_la-set.lo \
41 - libq_la-tree.lo libq_la-xarray.lo libq_la-xchdir.lo \
42 - libq_la-xmkdir.lo libq_la-xpak.lo libq_la-xregex.lo \
43 - libq_la-xsystem.lo $(am__objects_1)
44 + libq_la-move_file.lo libq_la-prelink.lo libq_la-profile.lo \
45 + libq_la-rmspace.lo libq_la-safe_io.lo libq_la-scandirat.lo \
46 + libq_la-set.lo libq_la-tree.lo libq_la-xarray.lo \
47 + libq_la-xchdir.lo libq_la-xmkdir.lo libq_la-xpak.lo \
48 + libq_la-xregex.lo libq_la-xsystem.lo $(am__objects_1)
49 am_libq_la_OBJECTS = $(am__objects_2)
50 libq_la_OBJECTS = $(am_libq_la_OBJECTS)
51 AM_V_lt = $(am__v_lt_@AM_V@)
52 @@ -290,6 +290,7 @@ am__depfiles_remade = ./$(DEPDIR)/libq_la-atom.Plo \
53 ./$(DEPDIR)/libq_la-eat_file.Plo ./$(DEPDIR)/libq_la-hash.Plo \
54 ./$(DEPDIR)/libq_la-hash_md5_sha1.Plo \
55 ./$(DEPDIR)/libq_la-human_readable.Plo \
56 + ./$(DEPDIR)/libq_la-move_file.Plo \
57 ./$(DEPDIR)/libq_la-prelink.Plo \
58 ./$(DEPDIR)/libq_la-profile.Plo \
59 ./$(DEPDIR)/libq_la-rmspace.Plo \
60 @@ -1485,11 +1486,12 @@ top_srcdir = @top_srcdir@
61 QFILES = atom.c atom.h basename.c basename.h busybox.h colors.c \
62 colors.h contents.c contents.h copy_file.c copy_file.h dep.c \
63 dep.h eat_file.c eat_file.h hash.c hash.h human_readable.c \
64 - human_readable.h i18n.h prelink.c prelink.h profile.c \
65 - profile.h rmspace.c rmspace.h safe_io.c safe_io.h scandirat.c \
66 - scandirat.h set.c set.h tree.c tree.h xarray.c xarray.h \
67 - xasprintf.h xchdir.c xchdir.h xmkdir.c xmkdir.h xpak.c xpak.h \
68 - xregex.c xregex.h xsystem.c xsystem.h $(NULL) $(am__append_1)
69 + human_readable.h i18n.h move_file.c move_file.h prelink.c \
70 + prelink.h profile.c profile.h rmspace.c rmspace.h safe_io.c \
71 + safe_io.h scandirat.c scandirat.h set.c set.h tree.c tree.h \
72 + xarray.c xarray.h xasprintf.h xchdir.c xchdir.h xmkdir.c \
73 + xmkdir.h xpak.c xpak.h xregex.c xregex.h xsystem.c xsystem.h \
74 + $(NULL) $(am__append_1)
75 noinst_LTLIBRARIES = libq.la
76 libq_la_SOURCES = $(QFILES)
77 libq_la_CPPFLAGS = \
78 @@ -1561,6 +1563,7 @@ distclean-compile:
79 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libq_la-hash.Plo@am__quote@ # am--include-marker
80 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libq_la-hash_md5_sha1.Plo@am__quote@ # am--include-marker
81 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libq_la-human_readable.Plo@am__quote@ # am--include-marker
82 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libq_la-move_file.Plo@am__quote@ # am--include-marker
83 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libq_la-prelink.Plo@am__quote@ # am--include-marker
84 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libq_la-profile.Plo@am__quote@ # am--include-marker
85 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libq_la-rmspace.Plo@am__quote@ # am--include-marker
86 @@ -1665,6 +1668,13 @@ libq_la-human_readable.lo: human_readable.c
87 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
88 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libq_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libq_la-human_readable.lo `test -f 'human_readable.c' || echo '$(srcdir)/'`human_readable.c
89
90 +libq_la-move_file.lo: move_file.c
91 +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libq_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libq_la-move_file.lo -MD -MP -MF $(DEPDIR)/libq_la-move_file.Tpo -c -o libq_la-move_file.lo `test -f 'move_file.c' || echo '$(srcdir)/'`move_file.c
92 +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libq_la-move_file.Tpo $(DEPDIR)/libq_la-move_file.Plo
93 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='move_file.c' object='libq_la-move_file.lo' libtool=yes @AMDEPBACKSLASH@
94 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
95 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libq_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libq_la-move_file.lo `test -f 'move_file.c' || echo '$(srcdir)/'`move_file.c
96 +
97 libq_la-prelink.lo: prelink.c
98 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libq_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libq_la-prelink.lo -MD -MP -MF $(DEPDIR)/libq_la-prelink.Tpo -c -o libq_la-prelink.lo `test -f 'prelink.c' || echo '$(srcdir)/'`prelink.c
99 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libq_la-prelink.Tpo $(DEPDIR)/libq_la-prelink.Plo
100 @@ -1903,6 +1913,7 @@ distclean: distclean-am
101 -rm -f ./$(DEPDIR)/libq_la-hash.Plo
102 -rm -f ./$(DEPDIR)/libq_la-hash_md5_sha1.Plo
103 -rm -f ./$(DEPDIR)/libq_la-human_readable.Plo
104 + -rm -f ./$(DEPDIR)/libq_la-move_file.Plo
105 -rm -f ./$(DEPDIR)/libq_la-prelink.Plo
106 -rm -f ./$(DEPDIR)/libq_la-profile.Plo
107 -rm -f ./$(DEPDIR)/libq_la-rmspace.Plo
108 @@ -1971,6 +1982,7 @@ maintainer-clean: maintainer-clean-am
109 -rm -f ./$(DEPDIR)/libq_la-hash.Plo
110 -rm -f ./$(DEPDIR)/libq_la-hash_md5_sha1.Plo
111 -rm -f ./$(DEPDIR)/libq_la-human_readable.Plo
112 + -rm -f ./$(DEPDIR)/libq_la-move_file.Plo
113 -rm -f ./$(DEPDIR)/libq_la-prelink.Plo
114 -rm -f ./$(DEPDIR)/libq_la-profile.Plo
115 -rm -f ./$(DEPDIR)/libq_la-rmspace.Plo