Changes in Makefile [e540bc87:b1efe3e] in mainline
Legend:
- Unmodified
- Added
- Removed
-
Makefile
re540bc87 rb1efe3e 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.