[script] simplify pretty (#4660)

* No need to bootstrap and configure for make pretty
* Use parallel to speed up make pretty
This commit is contained in:
Yakun Xu
2020-03-10 22:15:07 -07:00
committed by GitHub
parent e81562f182
commit 34b83ae6c5
62 changed files with 1255 additions and 1551 deletions
-6
View File
@@ -47,10 +47,4 @@ SUBDIRS += spi-hdlc-adapter
endif
endif # OPENTHREAD_BUILD_TOOLS
# Always pretty (e.g. for 'make pretty') these subdirectories.
PRETTY_SUBDIRS = \
spi-hdlc-adapter \
$(NULL)
include $(abs_top_nlbuild_autotools_dir)/automake/post.am