cdesktopenv/cde/programs/localized/util
Jon Trulson 3d217c6ed1 merge: fix to use per-proc filenames rather than hardcoding them
The localized/utils/merge utility used hardcoded temporary filenames
to do its thing.  This prevented any Makefiles that called merge from
enabling parallel builds in order avoid the file collisions that would
result.

Now we:

- use filenames that embed the PID in them, making them unique
  per-process
- place them in /tmp, rather than the current directory

As a result, we can now re-enable parallel builds for localized
app-defaults, config, and types.
2020-03-24 18:43:11 -06:00
..
Imakefile Add mkcatdefs program and make the imake changes so it can be used. 2012-08-17 20:11:11 -06:00
ImakefileTemplate Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.am programs/localized: add automake files 2019-10-23 15:34:20 -06:00
makeMessCat Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
merge.c merge: fix to use per-proc filenames rather than hardcoding them 2020-03-24 18:43:11 -06:00
mkcatdefs.c merge, mkcatdefs: add missing includes, clean up trailing whitespace 2019-11-24 17:50:18 -07:00