[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #63362] make 4.4: different behavior with -j1 and -j2 when building
From: |
Alexander Kanavin |
Subject: |
[bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git |
Date: |
Mon, 14 Nov 2022 08:24:51 -0500 (EST) |
Follow-up Comment #2, bug #63362 (project make):
Here's two consecutive invocations with -j1 and then with -j2, with --trace
added:
alex@alex-lx-laptop:~/development/git/Documentation$ ../../make-4.4/make -j1
--trace git-add.1
SUBDIR ../
make[1]: 'GIT-VERSION-FILE' is up to date.
Makefile:327: update target 'GIT-ASCIIDOCFLAGS' due to: FORCE
FLAGS='asciidoc -f asciidoc.conf -amanversion=2.38.1.420.g319605f8f0
-amanmanual='\''Git Manual'\'' -amansource='\''Git'\'':xhtml11:docbook'; \
if test x"$FLAGS" != x"`cat GIT-ASCIIDOCFLAGS 2>/dev/null`" ; then \
echo >&2 " * new asciidoc flags"; \
echo "$FLAGS" >GIT-ASCIIDOCFLAGS; \
fi
alex@alex-lx-laptop:~/development/git/Documentation$ ../../make-4.4/make -j2
--trace git-add.1
SUBDIR ../
make[1]: 'GIT-VERSION-FILE' is up to date.
Makefile:327: update target 'GIT-ASCIIDOCFLAGS' due to: FORCE
FLAGS='asciidoc -f asciidoc.conf -amanversion=2.38.1.420.g319605f8f0
-amanmanual='\''Git Manual'\'' -amansource='\''Git'\'':xhtml11:docbook'; \
if test x"$FLAGS" != x"`cat GIT-ASCIIDOCFLAGS 2>/dev/null`" ; then \
echo >&2 " * new asciidoc flags"; \
echo "$FLAGS" >GIT-ASCIIDOCFLAGS; \
fi
Makefile:355: update target 'git-add.1' due to: git-add.xml
manpage-base-url.xsl manpage-bold-literal.xsl manpage-normal.xsl
manpage-quote-apos.xsl manpage.xsl
echo ' ' XMLTO git-add.1;xmlto -m manpage-normal.xsl -m
manpage-bold-literal.xsl -m manpage-base-url.xsl man git-add.xml
XMLTO git-add.1
Makefile:355: warning: pattern recipe did not update peer target 'git-add.7'.
Makefile:355: warning: pattern recipe did not update peer target 'git-add.5'.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63362>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git, Alexander Kanavin, 2022/11/14
- [bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git, Paul D. Smith, 2022/11/14
- [bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git,
Alexander Kanavin <=
- [bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git, Paul D. Smith, 2022/11/14
- [bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git, Alexander Kanavin, 2022/11/15
- [bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git, Alexander Kanavin, 2022/11/15
- [bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git, Paul D. Smith, 2022/11/15
- [bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git, Paul D. Smith, 2022/11/16
- [bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git, Paul D. Smith, 2022/11/28
- [bug #63362] make 4.4: different behavior with -j1 and -j2 when building manpages from git, Alexander Kanavin, 2022/11/29