C8051F32x firmware infrastructure

Sign in or create your account | Project List | Help

C8051F32x firmware infrastructure Commit Details

Date:2011-09-04 17:31:13 (12 years 19 days ago)
Author:Werner Almesberger
Commit:f1f900944b4e70ab0808b7dde1a5600ad55a4f52
Message:fw/common/Makefile.common (clean, spotless): allow overloading (with ::)

Files: fw/common/Makefile.common (2 diffs)

Change Details

fw/common/Makefile.common
111111# ----- clean -----------------------------------------------------------------
112112
113113
114clean:
114clean::
115115        rm -f $(OBJS:%=%.rel)
116116        rm -f $(OBJS:%=%.asm) $(OBJS:%=%.lst)
117117        rm -f $(OBJS:%=%.rst) $(OBJS:%=%.sym)
...... 
121121# ----- spotless --------------------------------------------------------------
122122
123123
124spotless: clean
124spotless:: clean
125125        rm -f $(MAIN).bin .depend

Archive Download the corresponding diff file

Branches:
master



interactive