Changes in Makefile [b1efe3e:e540bc87] in mainline
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rb1efe3e re540bc87 31 31 32 32 CSCOPE = cscope 33 FORMAT = clang-format34 33 CHECK = tools/check.sh 35 34 CONFIG = tools/config.py … … 65 64 find boot -type f -regex '^.*\.[chsS]$$' | xargs $(CSCOPE) -b -k -u -f$(CSCOPE)_boot.out 66 65 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=file70 66 71 67 # Pre-integration build check
Note:
See TracChangeset
for help on using the changeset viewer.