Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3153 → Rev 3403

/branches/dynload/Makefile
82,11 → 82,6
UARCH = mips32
IMAGE = ecoff
endif
ifeq ($(MACHINE),indy)
UARCH = mips32eb
IMAGE = ecoff
endif
endif
 
ifeq ($(PLATFORM),ppc32)
139,7 → 134,7
-$(MAKE) -C kernel distclean
-$(MAKE) -C uspace distclean
-$(MAKE) -C boot distclean
-rm Makefile.config
rm -f Makefile.config tools/*.pyc
 
clean:
-$(MAKE) -C kernel clean
147,6 → 142,6
-$(MAKE) -C boot clean
 
cscope:
-rm cscope.out
-find kernel boot uspace -regex '^.*\.[chsS]$$' -print >srclist
-cscope -bi srclist
find kernel boot uspace -regex '^.*\.[chsS]$$' -print > srclist
rm -f cscope.out
cscope -bi srclist