From: Michael Tremer Date: Mon, 5 Apr 2010 13:05:57 +0000 (+0200) Subject: toolchain: Disable coreutils testsuite. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8153c2cb2a079895f2b47603cda84cf97ee1962a;p=ipfire-3.x.git toolchain: Disable coreutils testsuite. --- diff --git a/pkgs/toolchain/coreutils/coreutils.nm b/pkgs/toolchain/coreutils/coreutils.nm index cb53593ae..d813b8663 100644 --- a/pkgs/toolchain/coreutils/coreutils.nm +++ b/pkgs/toolchain/coreutils/coreutils.nm @@ -13,6 +13,8 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef +STAGE_TEST = # Disable tests in toolchain + define STAGE_INSTALL cd $(DIR_APP) && make install