]> git.saurik.com Git - apple/xnu.git/blobdiff - makedefs/MakeInc.top
xnu-7195.81.3.tar.gz
[apple/xnu.git] / makedefs / MakeInc.top
index e1ab49bc32fe8aac7da1efcc6dce7a17b4ce2d73..c5a98999c50b9043f6743fd0780ed6fb14e49f45 100644 (file)
@@ -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