You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
704 B

  1. From cea7c74ecc4a0843f29ce1882d7876fff199a721 Mon Sep 17 00:00:00 2001
  2. From: Yousong Zhou <yszhou4tech@gmail.com>
  3. Date: Mon, 23 Mar 2020 14:18:30 +0800
  4. Subject: [PATCH] build: skip tests and docs
  5. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
  6. ---
  7. Makefile.am | 2 --
  8. 1 file changed, 2 deletions(-)
  9. diff --git a/Makefile.am b/Makefile.am
  10. index 04400e184..c12cfcd11 100644
  11. --- a/Makefile.am
  12. +++ b/Makefile.am
  13. @@ -488,11 +488,9 @@ dist-docs:
  14. include automake.mk
  15. -include Documentation/automake.mk
  16. include m4/automake.mk
  17. include lib/automake.mk
  18. include utilities/automake.mk
  19. -include tests/automake.mk
  20. include include/automake.mk
  21. include third-party/automake.mk
  22. include debian/automake.mk