Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3120 → Rev 3119

/trunk/Makefile
113,7 → 113,7
BARCH = ia32xen
endif
 
.PHONY: all build config distclean clean cscope
.PHONY: all build config distclean clean
 
all:
tools/config.py HelenOS.config default $(PLATFORM) $(COMPILER) $(CONFIG_DEBUG)
145,8 → 145,3
-$(MAKE) -C kernel clean
-$(MAKE) -C uspace clean
-$(MAKE) -C boot clean
 
cscope:
-rm cscope.out
-find kernel boot uspace -regex '^.*\.[chsS]$$' -print >srclist
-cscope -bi srclist