Date:2012-07-13 00:19:44 (11 years 8 months ago)
Author:Werner Almesberger
Commit:20f476b9303f54b939942f204275d97e0502d952
Message:modules/Makefile: move "clean" and "spotless" at their usual place at the end

Files: modules/Makefile (2 diffs)

Change Details

modules/Makefile
1818     xtal-2 xtal-4 \
1919
2020.SUFFIXES: .fpd .mod
21.PHONY: all catalog view upload missing clean
21.PHONY: all catalog view upload missing clean spotless
2222
2323all: $(MODULES:%=%.mod)
2424
25clean:
26        rm -f *~*.fpd
27
28spotless: clean
29        rm -f $(MODULES:%=%.mod)
30
3125.fpd.mod:
3226        fped -k $< $@
3327
...... 
4438
4539missing:
4640        ../scripts/missing-in-tree -F $(MODULES:%=-l %.fpd) HIERARCHY
41
42clean:
43        rm -f *~*.fpd
44
45spotless: clean
46        rm -f $(MODULES:%=%.mod)
47

Archive Download the corresponding diff file

Branches:
master



interactive