Changes in Makefile [b1efe3e:e540bc87] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rb1efe3e re540bc87  
    3131
    3232CSCOPE = cscope
    33 FORMAT = clang-format
    3433CHECK = tools/check.sh
    3534CONFIG = tools/config.py
     
    6564        find boot -type f -regex '^.*\.[chsS]$$' | xargs $(CSCOPE) -b -k -u -f$(CSCOPE)_boot.out
    6665        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
    7066
    7167# Pre-integration build check
Note: See TracChangeset for help on using the changeset viewer.