Changeset f1fa2657 in mainline
- Timestamp:
- 2008-06-07T16:04:27Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11e9061d
- Parents:
- 689f036
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r689f036 rf1fa2657 114 114 endif 115 115 116 .PHONY: all build config distclean clean 116 .PHONY: all build config distclean clean cscope 117 117 118 118 all: … … 146 146 -$(MAKE) -C uspace clean 147 147 -$(MAKE) -C boot clean 148 149 cscope: 150 -rm cscope.out 151 -find kernel boot uspace -regex '^.*\.[chsS]$$' -print >srclist 152 -cscope -bi srclist
Note:
See TracChangeset
for help on using the changeset viewer.