Thu, 08 Jan 2026 18:31:54 +0100
make .mk file instruction texts more comprehensive
--- a/src/main/resources/make/cc.mk Thu Jan 08 18:16:15 2026 +0100 +++ b/src/main/resources/make/cc.mk Thu Jan 08 18:31:54 2026 +0100 @@ -3,9 +3,10 @@ # # How to use: -# - remove empty assignments and variables that you do not need -# - optionally: add toolchain specific variables and/or options -# - or: remove this file entirely (defaults will apply) +# - remove lines that you do not modify or remove this file entirely +# (the flags below are applied by default) +# - change the lines where you want to add / remove flags +# - optionally: add more toolchain specific variables # - remove this comment CFLAGS = CXXFLAGS =
--- a/src/main/resources/make/clang.mk Thu Jan 08 18:16:15 2026 +0100 +++ b/src/main/resources/make/clang.mk Thu Jan 08 18:31:54 2026 +0100 @@ -3,9 +3,10 @@ # # How to use: -# - remove empty assignments and variables that you do not need -# - optionally: add toolchain specific variables and/or options -# - or: remove this file entirely (cc.mk or defaults will apply) +# - remove lines that you do not modify or remove this file entirely +# (the flags below are applied by default) +# - change the lines where you want to add / remove flags +# - optionally: add more toolchain specific variables # - remove this comment CFLAGS = CXXFLAGS =
--- a/src/main/resources/make/gcc.mk Thu Jan 08 18:16:15 2026 +0100 +++ b/src/main/resources/make/gcc.mk Thu Jan 08 18:31:54 2026 +0100 @@ -3,9 +3,10 @@ # # How to use: -# - remove empty assignments and variables that you do not need -# - optionally: add toolchain specific variables and/or options -# - or: remove this file entirely (cc.mk or defaults will apply) +# - remove lines that you do not modify or remove this file entirely +# (the flags below are applied by default) +# - change the lines where you want to add / remove flags +# - optionally: add more toolchain specific variables # - remove this comment CFLAGS = CXXFLAGS =
--- a/src/main/resources/make/suncc.mk Thu Jan 08 18:16:15 2026 +0100 +++ b/src/main/resources/make/suncc.mk Thu Jan 08 18:31:54 2026 +0100 @@ -3,9 +3,10 @@ # # How to use: -# - remove empty assignments and variables that you do not need -# - optionally: add toolchain specific variables and/or options -# - or: remove this file entirely (cc.mk or defaults will apply) +# - remove lines that you do not modify or remove this file entirely +# (except for SHLIB_*, the flags below are applied by default) +# - change the lines where you want to add / remove flags +# - optionally: add more toolchain specific variables # - remove this comment CFLAGS = CXXFLAGS =