comparison makefile-frags/clean-always @ 250:9432dd63626b

firmware ident and build date mechanism implemented at the build level
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 03 Aug 2017 04:59:47 +0000
parents 6475bde1b170
children 2bb8b1c11afc
comparison
equal deleted inserted replaced
249:17f3647752ba 250:9432dd63626b
1 clean: FRC 1 clean: FRC
2 rm -f fwimage.* ramimage.* str2ind.obj link.cmd link_ram.cmd 2 rm -f fwimage.* ramimage.* str2ind.obj link.cmd link_ram.cmd
3 rm -f build_date.*
3 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done 4 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done