[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
-7
View File
@@ -50,11 +50,4 @@ SUBDIRS += ncp
endif
endif
# Always pretty (e.g. for 'make pretty') these subdirectories.
PRETTY_SUBDIRS = \
cli \
ncp \
$(NULL)
include $(abs_top_nlbuild_autotools_dir)/automake/post.am