Files
nethack/win/share
nhmall 2234cc256d some parallel Make glitches noticed
observed: parallel build attempts of makedefs that trampled over
one another.

attempted workaround: Add a dependency as per Pat R's suggestion.

observed: Concurrent header file movement collisions were sometimes
causing file busy errors and build failures.

workaround: Eliminate tile.h header file movement from the
Makefile build so that the collisions won't occur with that
particular file. Leave the header file tile.h in win/share as it
is in the distribution and just adjust the include path in the
rule for the specific files that use it.

observed: tiletxt.c created on-the-fly from Makefile echo statements
sometimes resulted in garbled and duplicate content in it when
parallel makes were involved, and that caused a build failure.

workaround: Instead of creating a tiletxt.c on-the-fly via echo
statements in the Makefile, simplify things and use that
same #include "tilemap.c" approach but make it an actual file
in the distribution. That makes it available for other platforms
too.
2022-03-13 11:06:45 -04:00
..
2018-11-11 10:29:52 -05:00
2022-03-13 11:06:45 -04:00
2021-02-04 19:40:38 -05:00
2021-01-26 21:06:16 -05:00
2021-01-26 21:06:16 -05:00
2022-01-27 16:15:07 -08:00
2019-12-07 17:07:50 +01:00
2019-12-07 17:07:50 +01:00
2021-10-28 16:22:26 -04:00
2021-01-26 21:06:16 -05:00
2018-04-25 16:54:50 -04:00
2021-03-13 18:17:00 -08:00
2021-09-28 12:21:49 -04:00
2021-09-18 19:51:04 -04:00
2021-01-26 21:06:16 -05:00
2022-02-01 17:18:44 -05:00
2021-01-26 21:06:16 -05:00
2022-03-13 11:06:45 -04:00