File: detex_single_job.diff

package info (click to toggle)
texlive-bin 2025.20250727.75242%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 209,848 kB
  • sloc: ansic: 893,586; cpp: 156,185; perl: 101,166; sh: 37,697; python: 13,679; javascript: 9,754; makefile: 8,933; xml: 8,361; lex: 5,176; pascal: 3,814; java: 3,569; yacc: 2,935; tcl: 2,903; exp: 2,031; ruby: 712; lisp: 687; sed: 375; asm: 140; csh: 46; awk: 30
file content (22 lines) | stat: -rw-r--r-- 769 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Make sure the work directoy to build detex does exist.
 On single job build servers the call to build detex is called before
 the appropriate sub dir does exists. This is assumed to be a bug in
 automake.
Forwarded: https://svn.tug.org:8369/texlive?revision=76190&view=revision
Author: Samuel Thibault <sthibault@debian.org>
Bug: https://lists.gnu.org/archive/html/bug-automake/2017-06/msg00005.html
Bug-Debian: http://bugs.debian.org/1111524
Applied-Upstream: not yet
Last-Update: 2025-08-21

--- texlive-bin.orig/texk/detex/Makefile.am
+++ texlive-bin/texk/detex/Makefile.am
@@ -28,6 +28,8 @@
 	@DETEX_TREE@/detex.h \
 	@DETEX_TREE@/detex.l
 
+BUILT_SOURCES = detex-src/$(am__dirstamp)
+
 LDADD = $(KPATHSEA_LIBS)
 
 $(detex_OBJECTS): $(KPATHSEA_DEPEND)