Changeset f1fa2657 in mainline


Ignore:
Timestamp:
2008-06-07T16:04:27Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11e9061d
Parents:
689f036
Message:

Simple support for cscope.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r689f036 rf1fa2657  
    114114endif
    115115
    116 .PHONY: all build config distclean clean
     116.PHONY: all build config distclean clean cscope
    117117
    118118all:
     
    146146        -$(MAKE) -C uspace clean
    147147        -$(MAKE) -C boot clean
     148
     149cscope:
     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.