Changeset b585dfa9 in mainline
- Timestamp:
-
2011-08-16T17:40:08Z
(13 years ago)
- Author:
- Jakub Jermar <jakub@…>
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d0500c
- Parents:
- 3751a08
- Message:
-
Index abi/ subtree by cscope too.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r3751a08
|
rb585dfa9
|
|
54 | 54 | |
55 | 55 | cscope: |
56 | | find kernel boot uspace -regex '^.*\.[chsS]$$' | xargs $(CSCOPE) -b -k -u -f$(CSCOPE).out |
| 56 | find abi kernel boot uspace -regex '^.*\.[chsS]$$' | xargs $(CSCOPE) -b -k -u -f$(CSCOPE).out |
57 | 57 | |
58 | 58 | # Pre-integration build check |