Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mk-configure-0.34.2.tar.gz | 2020-05-14 | 326.4 kB | |
README | 2020-05-14 | 608 Bytes | |
Totals: 2 Items | 327.0 kB | 0 |
Version 0.34.2, by Aleksey Cheusov, Thu, 14 May 2020 18:42:58 +0300 Do not pass *all* CFLAGS flags to CXXFLAGS. This fixes builds where, for example, clang is used as a C compile and gcc is used as a C++ compiler. Also, MKC_CHECK_* variables update MKC_CPPFLAGS instead of MKC_CFLAGS. Avoid "install -d /" if there is nothing to install. This fixes some failures on some systems/conditions and improves support for foreign install(1) programs, e.g., (UCB install on Solaris) Fixes for CFLAGS containing -O2 and -D_FORTIFY_SOURCE=n main.mk: clean-ups for target "cleandir" and "clean"