make .mk file instruction texts more comprehensive default tip

Thu, 08 Jan 2026 18:31:54 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 08 Jan 2026 18:31:54 +0100
changeset 181
7122ebb40557
parent 180
93b2368451f6

make .mk file instruction texts more comprehensive

src/main/resources/make/cc.mk file | annotate | diff | comparison | revisions
src/main/resources/make/clang.mk file | annotate | diff | comparison | revisions
src/main/resources/make/gcc.mk file | annotate | diff | comparison | revisions
src/main/resources/make/suncc.mk file | annotate | diff | comparison | revisions
--- 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 =

mercurial