add separating comment to config.mk

Sun, 03 Sep 2023 12:38:49 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 03 Sep 2023 12:38:49 +0200
changeset 37
ef09f80e911e
parent 36
9e386a530bdf
child 38
02b000e40e5e

add separating comment to config.mk

test/make/configure.vm file | annotate | diff | comparison | revisions
--- a/test/make/configure.vm	Sun Sep 03 12:36:53 2023 +0200
+++ b/test/make/configure.vm	Sun Sep 03 12:38:49 2023 +0200
@@ -304,7 +304,7 @@
 . make/toolchain.sh
 
 # add user specified flags to config.mk
-echo >> "$TEMP_DIR/config.mk"
+echo "# project specific flags" >> "$TEMP_DIR/config.mk"
 if [ -n "${ENV_CFLAGS}" ]; then
     echo "CFLAGS += $ENV_CFLAGS" >> "$TEMP_DIR/config.mk"
 fi

mercurial