annotate makefile-frags/clean-always @ 87:8dd671b7d41e

blobs/patches: main-pirelli and main-rvtmodem patches added
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 Oct 2016 14:00:10 +0000
parents 84f4a04fde24
children 6475bde1b170
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
61
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 clean: FRC
64
84f4a04fde24 TI's linker doesn't like hyphens in filenames
Mychaela Falconia <falcon@freecalypso.org>
parents: 61
diff changeset
2 rm -f fwimage.* str2ind.obj link.cmd
61
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done