From ac913a80edaf77ba5f4cb26828d088a110638d9e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 07 Dec 2013 23:32:41 -0500 Subject: build: Disable tests. These take a rather long time. --- diff --git a/build b/build index 676271a..3063dda 100755 --- a/build +++ b/build @@ -116,9 +116,9 @@ $(buildnative_targets): fincludedir="$${libsubdir}/finclude" \ toolexeclibdir="/usr/lib/$(target)" \ MULTIOSDIR=. - if [ '$(OPK_BUILD_ARCH)' = '$(OPK_HOST_ARCH)' ]; then \ - cd "$(builddir)" && make -k check; \ - fi + #if [ '$(OPK_BUILD_ARCH)' = '$(OPK_HOST_ARCH)' ]; then \ + # cd "$(builddir)" && make -k check; \ + #fi $(buildcross_targets): libsubdir="/usr/lib/$(target)/gcc-$(base_version)" && \ -- cgit v0.9.1