FreeCalypso > hg > fc-magnetite
comparison makefile-frags/link-steps @ 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 | 9432dd63626b |
children | 2dd5b76c6b42 |
comparison
equal
deleted
inserted
replaced
572:074e24776948 | 573:deabd7b91828 |
---|---|
1 build_date.c: ${LIBS} | 1 build_date.c: ${LIBS} |
2 ../helpers/build-date ${CONFIG_NAME} > $@ | 2 ../helpers/build-date ${CONFIG_NAME} ${TARGET} > $@ |
3 | 3 |
4 build_date.obj: build_date.c | 4 build_date.obj: build_date.c |
5 ../toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw build_date.c | 5 ../toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw build_date.c |
6 | 6 |
7 str2ind.obj: str2ind.c | 7 str2ind.obj: str2ind.c |