summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-12-07 23:32:41 (EST)
committer P. J. McDermott <pjm@nac.net>2013-12-07 23:32:41 (EST)
commitac913a80edaf77ba5f4cb26828d088a110638d9e (patch)
treea0157c972197d97e695ca4a7876af398068a5cd0
parent73b4ed5b52fb830fc5a79a9ece6d1a72bf7b1ca2 (diff)
build: Disable tests.
These take a rather long time.
-rwxr-xr-xbuild6
1 files changed, 3 insertions, 3 deletions
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)" && \