- Timestamp:
- 2017-10-20T09:16:55Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1252e81
- Parents:
- fe1c48d (diff), 04efacc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rfe1c48d r03936831 31 31 32 32 CSCOPE = cscope 33 FORMAT = clang-format 33 34 CHECK = tools/check.sh 34 35 CONFIG = tools/config.py … … 64 65 find boot -type f -regex '^.*\.[chsS]$$' | xargs $(CSCOPE) -b -k -u -f$(CSCOPE)_boot.out 65 66 find uspace -type f -regex '^.*\.[chsS]$$' | xargs $(CSCOPE) -b -k -u -f$(CSCOPE)_uspace.out 67 68 format: 69 find abi kernel boot uspace -type f -regex '^.*\.[ch]$$' | xargs $(FORMAT) -i -sort-includes -style=file 66 70 67 71 # Pre-integration build check
Note:
See TracChangeset
for help on using the changeset viewer.