# HG changeset patch # User Mike Becker # Date 1767893514 -3600 # Node ID 7122ebb40557ee10c9e3dede899efb9a5afc15e4 # Parent 93b2368451f67f183308910ba47efb1b9ae7d5db make .mk file instruction texts more comprehensive diff -r 93b2368451f6 -r 7122ebb40557 src/main/resources/make/cc.mk --- 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 = diff -r 93b2368451f6 -r 7122ebb40557 src/main/resources/make/clang.mk --- 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 = diff -r 93b2368451f6 -r 7122ebb40557 src/main/resources/make/gcc.mk --- 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 = diff -r 93b2368451f6 -r 7122ebb40557 src/main/resources/make/suncc.mk --- 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 =