소스 검색

ldd usage does not cause a failure in tests and we want to remove it anyways, so dont depend on utils for tests

Mike Frysinger 20 년 전
부모
커밋
e471910a1c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Makefile.in

+ 2 - 2
Makefile.in

@@ -337,5 +337,5 @@ dist release:
 	$(TAR) czf ../uClibc-$(VERSION).tar.gz -C .. uClibc-$(VERSION)
 	du -b ../uClibc-$(VERSION).tar.gz
 
-check: utils
-	$(MAKE) -C test
+test check:
+	$(Q)$(MAKE) -C test