X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2a1bd2d3eef5c7a7bb14f4bb9fdbca9a96ee4752..c3c9b80d004dbbfdf763edeb97968c6997e3b45b:/makedefs/MakeInc.top diff --git a/makedefs/MakeInc.top b/makedefs/MakeInc.top index e1ab49bc3..c5a98999c 100644 --- a/makedefs/MakeInc.top +++ b/makedefs/MakeInc.top @@ -606,7 +606,7 @@ else ifneq ($(filter $(RC_ProjectName),xnu_headers_driverkit),) install: installhdrs_desktop else -install: installhdrs install_textfiles install_config install_kernels install_aliases checkstyle +install: installhdrs install_textfiles install_config install_kernels install_aliases endif .PHONY: install_embedded install_release_embedded install_development_embedded install_desktop @@ -724,20 +724,6 @@ TAGS: cscope.files @-cat cscope.files | etags -l auto -S - 2> /dev/null @rm -f cscope.files 2> /dev/null -# -# Check or reformat source code for official xnu code style -# -.PHONY: checkstyle restyle check_uncrustify uncrustify - -# User-friendly aliases for those who prefer to remember the name of the tool. -check_uncrustify: checkstyle -uncrustify: restyle - -checkstyle: - ${_V}$(SRCROOT)/tools/uncrustify.sh - -restyle: - ${_V}$(SRCROOT)/tools/uncrustify.sh -f .PHONY: help