From: Schantl Stefan Date: Fri, 12 Mar 2010 14:14:30 +0000 (+0100) Subject: toolchain: Remove STAGE_TEST from Naoki-Makefiles. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85a21f2751a8f1819e89f5f8f19b61d97bbbf71c;p=ipfire-3.x.git toolchain: Remove STAGE_TEST from Naoki-Makefiles. --- diff --git a/pkgs/toolchain/bash/bash.nm b/pkgs/toolchain/bash/bash.nm index b6e5bbe3c..0bce29e56 100644 --- a/pkgs/toolchain/bash/bash.nm +++ b/pkgs/toolchain/bash/bash.nm @@ -13,11 +13,6 @@ define STAGE_BUILD cd $(DIR_APP) && make #$(PARALLELISMFLAGS) endef -# Test hangs forever -#define STAGE_TEST -# cd $(DIR_APP) && make tests -#endef - define STAGE_INSTALL cd $(DIR_APP) && make install diff --git a/pkgs/toolchain/bzip2/bzip2.nm b/pkgs/toolchain/bzip2/bzip2.nm index bef63e404..b4b70ba41 100644 --- a/pkgs/toolchain/bzip2/bzip2.nm +++ b/pkgs/toolchain/bzip2/bzip2.nm @@ -3,7 +3,7 @@ PKG_TOOLCHAIN_DEPS += gcc glibc include ../../core/bzip2/bzip2.nm -STAGE_PREPARE_CMDS = +STAGE_PREPARE_CMDS = # Nothing to do define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) diff --git a/pkgs/toolchain/coreutils/coreutils.nm b/pkgs/toolchain/coreutils/coreutils.nm index f34160533..cb53593ae 100644 --- a/pkgs/toolchain/coreutils/coreutils.nm +++ b/pkgs/toolchain/coreutils/coreutils.nm @@ -13,11 +13,6 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef -# fails -#define STAGE_TEST -# cd $(DIR_APP) && make RUN_EXPENSIVE_TESTS=yes check -#endef - define STAGE_INSTALL cd $(DIR_APP) && make install diff --git a/pkgs/toolchain/cpio/cpio.nm b/pkgs/toolchain/cpio/cpio.nm index 01641a8e7..c706d6d26 100644 --- a/pkgs/toolchain/cpio/cpio.nm +++ b/pkgs/toolchain/cpio/cpio.nm @@ -10,7 +10,3 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef - -define STAGE_TEST - cd $(DIR_APP) && make check -endef diff --git a/pkgs/toolchain/file/file.nm b/pkgs/toolchain/file/file.nm index 176c08008..1bbafe892 100644 --- a/pkgs/toolchain/file/file.nm +++ b/pkgs/toolchain/file/file.nm @@ -12,10 +12,6 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef -define STAGE_TEST - cd $(DIR_APP) && make check -endef - define STAGE_INSTALL cd $(DIR_APP) && make install endef diff --git a/pkgs/toolchain/findutils/findutils.nm b/pkgs/toolchain/findutils/findutils.nm index 7a1da2ecc..aae8c38d4 100644 --- a/pkgs/toolchain/findutils/findutils.nm +++ b/pkgs/toolchain/findutils/findutils.nm @@ -12,11 +12,6 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef -# fails -#define STAGE_TEST -# cd $(DIR_APP) && make check -#endef - define STAGE_INSTALL cd $(DIR_APP) && make install endef diff --git a/pkgs/toolchain/gawk/gawk.nm b/pkgs/toolchain/gawk/gawk.nm index 26b4eaa5f..e3530ff15 100644 --- a/pkgs/toolchain/gawk/gawk.nm +++ b/pkgs/toolchain/gawk/gawk.nm @@ -12,7 +12,3 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef - -define STAGE_TEST - cd $(DIR_APP) && make check -endef diff --git a/pkgs/toolchain/glibc/glibc.nm b/pkgs/toolchain/glibc/glibc.nm index 26bd7df9a..27781226f 100644 --- a/pkgs/toolchain/glibc/glibc.nm +++ b/pkgs/toolchain/glibc/glibc.nm @@ -22,8 +22,6 @@ define STAGE_BUILD cd $(DIR_SRC)/glibc-build && make PARALLELMFLAGS=$(PARALLELISMFLAGS) endef -STAGE_TEST = # Do not run tests. - define STAGE_INSTALL -mkdir -v $(TOOLS_DIR)/etc touch $(TOOLS_DIR)/etc/ld.so.conf diff --git a/pkgs/toolchain/grep/grep.nm b/pkgs/toolchain/grep/grep.nm index 21ce37723..067e0cb1e 100644 --- a/pkgs/toolchain/grep/grep.nm +++ b/pkgs/toolchain/grep/grep.nm @@ -12,7 +12,3 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef - -define STAGE_TEST - cd $(DIR_APP) && make check -endef diff --git a/pkgs/toolchain/gzip/gzip.nm b/pkgs/toolchain/gzip/gzip.nm index c2089bc94..7ab3d727d 100644 --- a/pkgs/toolchain/gzip/gzip.nm +++ b/pkgs/toolchain/gzip/gzip.nm @@ -14,10 +14,6 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef -define STAGE_TEST - cd $(DIR_APP) && make check -endef - define STAGE_INSTALL cd $(DIR_APP) && make install endef diff --git a/pkgs/toolchain/m4/m4.nm b/pkgs/toolchain/m4/m4.nm index f1029f97e..8f3365af8 100644 --- a/pkgs/toolchain/m4/m4.nm +++ b/pkgs/toolchain/m4/m4.nm @@ -12,8 +12,3 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef - -# fails -#define STAGE_TEST -# cd $(DIR_APP) && make check -#endef diff --git a/pkgs/toolchain/make/make.nm b/pkgs/toolchain/make/make.nm index 49b08c7ab..ace7c7007 100644 --- a/pkgs/toolchain/make/make.nm +++ b/pkgs/toolchain/make/make.nm @@ -10,7 +10,3 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef - -define STAGE_TEST - cd $(DIR_APP) && make check -endef diff --git a/pkgs/toolchain/patch/patch.nm b/pkgs/toolchain/patch/patch.nm index 86886f242..354fa6c36 100644 --- a/pkgs/toolchain/patch/patch.nm +++ b/pkgs/toolchain/patch/patch.nm @@ -11,10 +11,6 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef -define STAGE_TEST - cd $(DIR_APP) && make check -endef - define STAGE_INSTALL cd $(DIR_APP) && make install endef diff --git a/pkgs/toolchain/perl/perl.nm b/pkgs/toolchain/perl/perl.nm index 854ed7722..04efff6f4 100644 --- a/pkgs/toolchain/perl/perl.nm +++ b/pkgs/toolchain/perl/perl.nm @@ -3,7 +3,7 @@ PKG_TOOLCHAIN_DEPS += gcc glibc include ../../core/perl/perl.nm -STAGE_PREPARE_CMDS = +STAGE_PREPARE_CMDS = # Nothing to do define STAGE_BUILD # ./Configure is used instead of ./configure.gnu because it supports builds diff --git a/pkgs/toolchain/sed/sed.nm b/pkgs/toolchain/sed/sed.nm index 387824190..ec14cacda 100644 --- a/pkgs/toolchain/sed/sed.nm +++ b/pkgs/toolchain/sed/sed.nm @@ -11,7 +11,3 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef - -define STAGE_TEST - cd $(DIR_APP) && make check -endef diff --git a/pkgs/toolchain/tar/tar.nm b/pkgs/toolchain/tar/tar.nm index da1addc61..e2ecb41c4 100644 --- a/pkgs/toolchain/tar/tar.nm +++ b/pkgs/toolchain/tar/tar.nm @@ -10,8 +10,3 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef - -# fails -#define STAGE_TEST -# cd $(DIR_APP) && make check -#endef diff --git a/pkgs/toolchain/texinfo/texinfo.nm b/pkgs/toolchain/texinfo/texinfo.nm index fb942539d..ffca3dc2b 100644 --- a/pkgs/toolchain/texinfo/texinfo.nm +++ b/pkgs/toolchain/texinfo/texinfo.nm @@ -10,7 +10,3 @@ define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef - -define STAGE_TEST - cd $(DIR_APP) && make check -endef