diff configure.sh @ 573:deabd7b91828

build system: emit target name as part of the fw version string
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 13 Jan 2019 04:50:38 +0000
parents 9f191ca0051f
children 36eb33f1d45a
line wrap: on
line diff
--- a/configure.sh	Sun Jan 13 04:12:42 2019 +0000
+++ b/configure.sh	Sun Jan 13 04:50:38 2019 +0000
@@ -245,6 +245,8 @@
 
 helpers/makeline def CONFIG_NAME "$CONFIG$SUFFIX" > $BUILD_DIR/Makefile
 echo >> $BUILD_DIR/Makefile
+helpers/makeline def TARGET $TARGET >> $BUILD_DIR/Makefile
+echo >> $BUILD_DIR/Makefile
 helpers/makeline def SUBDIR $SUBDIR >> $BUILD_DIR/Makefile
 echo >> $BUILD_DIR/Makefile
 helpers/makeline def LIBS $LIBS >> $BUILD_DIR/Makefile