FreeCalypso > hg > fc-magnetite
annotate makefile-frags/clean-always @ 258:13bcc2ed7e44
configure.sh & targets/*.conf: emit FLASH_BASE_ADDR & FLASH_SECTOR_SIZE
into the generated Makefile
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 04 Aug 2017 07:14:16 +0000 |
parents | 9432dd63626b |
children | 2bb8b1c11afc |
rev | line source |
---|---|
61
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 clean: FRC |
93
6475bde1b170
Building RAM fw images for the Pirelli: finishing touches
Mychaela Falconia <falcon@freecalypso.org>
parents:
64
diff
changeset
|
2 rm -f fwimage.* ramimage.* str2ind.obj link.cmd link_ram.cmd |
250
9432dd63626b
firmware ident and build date mechanism implemented at the build level
Mychaela Falconia <falcon@freecalypso.org>
parents:
93
diff
changeset
|
3 rm -f build_date.* |
61
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done |