[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master bf7041a: Centralize subprocess creation in a single function.
From: |
Lars Ingebrigtsen |
Subject: |
Re: master bf7041a: Centralize subprocess creation in a single function. |
Date: |
Thu, 24 Dec 2020 18:31:42 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
> Could be, I'm not an expert on merge-gnulib. Paul, can you help us
> out, please?
This patch fixes the build -- it puts the deps files in one directory,
even if there are sub-directories in lib. I guess there could
theoretically be name clashes, but it seems very unlikely with the
gnulib naming scheme.
diff --git a/lib/Makefile.in b/lib/Makefile.in
index d68ec131dd..a280b7a331 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -67,7 +67,7 @@ SYSTEM_TYPE =
DEPDIR = deps
ifeq ($(AUTO_DEPEND),yes)
- DEPFLAGS = -MMD -MF $(DEPDIR)/$*.d -MP
+ DEPFLAGS = -MMD -MF $(DEPDIR)/$(*F).d -MP
-include $(ALLOBJS:%.o=$(DEPDIR)/%.d)
else
DEPFLAGS =
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: master bf7041a: Centralize subprocess creation in a single function., Lars Ingebrigtsen, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function., Lars Ingebrigtsen, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function., Eli Zaretskii, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function., Eli Zaretskii, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function., Lars Ingebrigtsen, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function., Lars Ingebrigtsen, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function., Lars Ingebrigtsen, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function., Lars Ingebrigtsen, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function., Eli Zaretskii, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function.,
Lars Ingebrigtsen <=
- Re: master bf7041a: Centralize subprocess creation in a single function., Lars Ingebrigtsen, 2020/12/24
- Re: master bf7041a: Centralize subprocess creation in a single function., Mattias EngdegÄrd, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Paul Eggert, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Mattias EngdegÄrd, 2020/12/26
- Re: master bf7041a: Centralize subprocess creation in a single function., Paul Eggert, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Paul Eggert, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Philipp Stephani, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Lars Ingebrigtsen, 2020/12/25
- Re: master bf7041a: Centralize subprocess creation in a single function., Philipp Stephani, 2020/12/25
Re: master bf7041a: Centralize subprocess creation in a single function., Philipp Stephani, 2020/12/24