annotate tms470/makefile-frags/clean-always @ 144:2c7f62ceb4ac

configure-tms470.sh: TARGET needs to be exported to the Makefile
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 06 Feb 2019 22:13:04 +0000
parents 68ffaa96dea3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
42
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 clean: FRC
43
68ffaa96dea3 tms470/makefile-frags: changes for Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents: 42
diff changeset
2 rm -f fwimage.* ramimage.* link.cmd link_ram.cmd
42
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 rm -f build_date.* flash-script
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done