فهرست منبع

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