[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] documentation build issue with e.g. -j3
From: |
Andreas Metzler |
Subject: |
[Lynx-dev] documentation build issue with e.g. -j3 |
Date: |
Sun, 28 Feb 2021 08:20:38 +0100 |
Hello,
if lynx is built with -j3 the generated body.html is broken since the
$(CFG2HTML) target is not supposed to run multiple times in parallel
Suggested patch:
-----------
--- lynx-2.9.0dev.6.orig/makefile.in
+++ lynx-2.9.0dev.6/makefile.in
@@ -338,7 +338,7 @@ LYNX_URL='@HOMEPAGE_URL@release/breakout
LYNXDOCS_URL='$(LYNX_URL)/docs/'
LYNXHELP_URL='$(LYNX_URL)/lynx_help/'
-@LYNXCFG_MAKE@$(CFG2HTML) :
+@LYNXCFG_MAKE@$(CFG2HTML) &:
@LYNXCFG_MAKE@ @echo 'Making htmlized lynx.cfg'
@LYNXCFG_MAKE@ cd $(SRC_DIR) && $(MAKE_RECUR) LYReadCFG.i
@LYNXCFG_MAKE@ @-rm -f $(CFG2HTML)
-----------
cu Andreas
https://bugs.debian.org/983209
- [Lynx-dev] documentation build issue with e.g. -j3,
Andreas Metzler <=