comparison makefile-frags/link-steps @ 578:2dd5b76c6b42

build system: include source version ID in the fw version string
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Jan 2019 22:47:19 +0000
parents deabd7b91828
children
comparison
equal deleted inserted replaced
577:adf7a4281fd7 578:2dd5b76c6b42
1 build_date.c: ${LIBS} 1 build_date.c: ${LIBS}
2 ../helpers/build-date ${CONFIG_NAME} ${TARGET} > $@ 2 ../helpers/build-date ${CONFIG_NAME} ${TARGET} \
3 `../scripts/src-version.sh` > $@
3 4
4 build_date.obj: build_date.c 5 build_date.obj: build_date.c
5 ../toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw build_date.c 6 ../toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw build_date.c
6 7
7 str2ind.obj: str2ind.c 8 str2ind.obj: str2ind.c