]> git.ipfire.org Git - thirdparty/make.git/commit
* doc/make.texi: Document temporary file name prefix
authorPaul Smith <psmith@gnu.org>
Sun, 24 Mar 2024 20:23:28 +0000 (16:23 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 24 Mar 2024 20:23:28 +0000 (16:23 -0400)
commit3d4f3e0627887db1d2b6d86da1be2b9c8a8ed3a1
treea3a05bdfa0bc0bad865681e9262f1571e069b120
parent242603fa46bb68428d1bac66ded6fbf7ae8e2605
* doc/make.texi: Document temporary file name prefix

* src/posixos.c (jobserver_setup): Set prefix for FIFO temp file.
Ensure it can't conflict with a "normal" temp file.
* src/w32/w32os.c (os_anontmp): Set prefix for anon temp files.
doc/make.texi
src/posixos.c
src/w32/w32os.c