Rev 3424 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3424 | Rev 3425 | ||
|---|---|---|---|
| Line 80... | Line 80... | ||
| 80 | 80 | ||
| 81 | ifeq ($(MACHINE),lgxemul) |
81 | ifeq ($(MACHINE),lgxemul) |
| 82 | UARCH = mips32 |
82 | UARCH = mips32 |
| 83 | IMAGE = ecoff |
83 | IMAGE = ecoff |
| 84 | endif |
84 | endif |
| 85 | - | ||
| 86 | ifeq ($(MACHINE),indy) |
- | |
| 87 | UARCH = mips32eb |
- | |
| 88 | IMAGE = ecoff |
- | |
| 89 | endif |
- | |
| 90 | endif |
85 | endif |
| 91 | 86 | ||
| 92 | ifeq ($(PLATFORM),ppc32) |
87 | ifeq ($(PLATFORM),ppc32) |
| 93 | KARCH = ppc32 |
88 | KARCH = ppc32 |
| 94 | UARCH = ppc32 |
89 | UARCH = ppc32 |
| Line 137... | Line 132... | ||
| 137 | 132 | ||
| 138 | distclean: |
133 | distclean: |
| 139 | -$(MAKE) -C kernel distclean |
134 | -$(MAKE) -C kernel distclean |
| 140 | -$(MAKE) -C uspace distclean |
135 | -$(MAKE) -C uspace distclean |
| 141 | -$(MAKE) -C boot distclean |
136 | -$(MAKE) -C boot distclean |
| 142 | -rm Makefile.config |
137 | rm -f Makefile.config tools/*.pyc |
| 143 | 138 | ||
| 144 | clean: |
139 | clean: |
| 145 | -$(MAKE) -C kernel clean |
140 | -$(MAKE) -C kernel clean |
| 146 | -$(MAKE) -C uspace clean |
141 | -$(MAKE) -C uspace clean |
| 147 | -$(MAKE) -C boot clean |
142 | -$(MAKE) -C boot clean |
| 148 | 143 | ||
| 149 | cscope: |
144 | cscope: |
| 150 | -rm cscope.out |
- | |
| 151 | -find kernel boot uspace -regex '^.*\.[chsS]$$' -print >srclist |
145 | find kernel boot uspace -regex '^.*\.[chsS]$$' -print > srclist |
| - | 146 | rm -f cscope.out |
|
| 152 | -cscope -bi srclist |
147 | cscope -bi srclist |