log test/dynload_plain/Makefile.generic @ 665:ef356272a1c7 default tip

age author description
Thu, 20 Jun 2024 17:10:12 +0200 Tassilo Philipp - introduced Makefile var APP_SUFFIX to handle cases where compilers implicitly add an extension to executables (e.g. llvm/mingw64 adds .exe even of not specified via -o) default tip
Sun, 24 Mar 2024 13:52:44 +0100 Tassilo Philipp - another tweak handling clang trying to be too smart (see last commit)
Thu, 21 Mar 2024 09:02:44 +0100 Tassilo Philipp - fix dynload_plain test on some toolchains trying to be too smart (e.g. clang llvmmingw appends .exe to -o outfile if no suffix, for no reason at all)
Tue, 27 Sep 2022 16:38:24 +0200 Tassilo Philipp - test/dynload_plain: fix to make rule for old ksh93 versions, which segfault on nested, forked subshells
Tue, 20 Sep 2022 10:39:09 +0200 Tassilo Philipp - test/dynload_plain: fixed libc.so deduction fallback
Tue, 20 Sep 2022 10:29:23 +0200 Tassilo Philipp - test/dynload_plain build fixes:
Tue, 20 Sep 2022 10:20:32 +0200 Tassilo Philipp - test/dynload_plain: workaround for shell incompatibilities on some platforms